I've recently used your orm. Thanks for the smart approach and supporting bottle.
I want just give a feedback as a beginner who wants to quick-use it. :)
For me I found two obstacles...
I need some time to realize that a PrimaryKeyField exists (tried to hack with rowid) and have the name SerialKeyField.
Also I don't know, why you rename a common term like commit into bake?
One more thing, you should not use a python built-in dict in your code as variable name.
I've recently used your orm. Thanks for the smart approach and supporting bottle.
I want just give a feedback as a beginner who wants to quick-use it. :)
For me I found two obstacles...
I need some time to realize that a PrimaryKeyField exists (tried to hack with rowid) and have the name SerialKeyField.
Also I don't know, why you rename a common term like commit into bake?
One more thing, you should not use a python built-in
dictin your code as variable name.