fasthtml
fasthtml copied to clipboard
Document the MiniDataAPI Specification
- [x] Add
containsexplanation - [x] Improve
xtradocs - [x]
transformis a kw argument indb.createthat performs necessary data structure migrations, but not data migrations. It isn't working. See https://github.com/AnswerDotAI/fastlite/issues/21 - [x]
__call__takes a where clause, so that is dependant on the DB implementation - [x]
__call__takes a limit - [x]
__call__takes an offset
Found 1 changed notebook. Review the changes at https://gitnotebooks.com/AnswerDotAI/fasthtml/pull/294
@pydanny also note that you would not be able to change the username on a to-do when xtra is in effect. Also, it's a little confusing IMO that the doc refers to .contains, but that's not a method we define. Maybe say in? (and maybe also note that this behavior is automatic in Python as long as you have defined __getitem__?)
@pydanny do you think this is ready to merge now?
@jph00 Barring your suggested change to `xtra| i think it is ready for merge. 🙂
@jph00 I think this is ready to merge. Any other changes you think should go in?
Excellent! Many thanks! :D