-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTODO
More file actions
24 lines (24 loc) · 709 Bytes
/
TODO
File metadata and controls
24 lines (24 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# TODO
# callback before/after
# validations
# associations
#x default value
#x property list
# property Key
# property others
# nil=>false
#x index=>false setUnindexedProperty
# version
# schema_version
#x new_record?
# find_by_xxx
#x get_by_id(id) get_by_name(name) : root entity only!!
#x get_by_id(parent, id) get_by_name(parent, name) : ancestor+Kind => key get
#x Foo.query.filter(:key=>123)
# Foo.filter(:key=>123)
# logger
# logging low level API calls.
# create({...}, {:name_prefix=>"u"}) => prefix+allocate_id
# __key__ range query
# support reload! on script/console
# keysonly query returns array of key. not instance of TinyDS::Base