Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.21 KB

README.pypi.md

File metadata and controls

42 lines (33 loc) · 1.21 KB

Attention! not for production

sql deta under construction

this mixin wraps just a few Peewee methods

Model.create_table() .load() if Meta.mirroring is True
Model.save() deta.Base(table_name).put( dirty_fields or all columns )
Model.insert() calls .save()
Model.create() calls .save()
Model.update() not wrapped
Model.Meta.deta deta.Deta(DETA_KEY)
Model.Meta.mirroring always sync full table, after create & before exit , False default

how it work

License

  • It's opensource and free software, see the LICENSE for more details

similar projects

TODO