@@ -37,20 +37,12 @@ Just switch the import path from `cloud.google.com/go/datastore` to `github.com/
3737## Features
3838
3939** Supported Features**
40- - ** CRUD** : Get, Put, Delete, GetMulti, PutMulti, DeleteMulti
41- - ** Transactions** : RunInTransaction, NewTransaction, Commit, Rollback
42- - ** Queries** : Filter, Order, Limit, Offset, Ancestor, Project, Distinct, DistinctOn, Namespace, Run (iterator), Count
43- - ** Cursors** : Start, End, DecodeCursor
44- - ** Keys** : NameKey, IDKey, IncompleteKey, AllocateIDs, parent keys
45- - ** Mutations** : NewInsert, NewUpdate, NewUpsert, NewDelete, Mutate
46- - ** Errors** : ErrNoSuchEntity, ErrInvalidKey, ErrInvalidEntityType, ErrConcurrentTransaction, Done, MultiError
47- - ** Types** : string, int, int64, int32, bool, float64, time.Time, slices ([ ] string, [ ] int64, [ ] int, [ ] float64, [ ] bool)
4840
49- ** Unsupported Features **
41+ * Basically everything that the upstream datastore library has
5042
51- These features are unsupported just because we haven't found a use for the feature yet. PRs welcome:
43+ ** Unsupported Features **
5244
53- * Nested slices, map types, some advanced query features ( streaming aggregations, OR filters).
45+ * Nested slices, map types, esoteric advanced query features like streaming aggregations
5446
5547## Testing
5648
0 commit comments