update readme file
This commit is contained in:
parent
ba86534086
commit
9d8cb8d140
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,5 +1,5 @@
|
|||
# casser
|
||||
Cutting edge Java 8 Cassandra Client
|
||||
# casser
|
||||
Cutting edge Java 8 and Scala 2.11 Cassandra Client
|
||||
|
||||
Current status: First application is using in production!
|
||||
|
||||
|
@ -61,14 +61,14 @@ public interface Timeline {
|
|||
|
||||
@PartitionKey
|
||||
UUID userId();
|
||||
|
||||
|
||||
@ClusteringColumn
|
||||
@Types.Timeuuid
|
||||
Date timestamp();
|
||||
|
||||
|
||||
@Column
|
||||
String text();
|
||||
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue