byu-dnasc / proto-smrtlink-share

0 stars 1 forks source link

Notes on peewee #5

Open adknaupp opened 4 months ago

adknaupp commented 4 months ago

How to add a project to the database without creating a Model instance: proj_json = { ... } Project.insert(proj).execute()