Sven Keimpema

Results 4 issues of Sven Keimpema

i was trying to do a list:reference to a table however i noticed that the has_many isn't an actual field(which is needed for it to go into a form). whenever...

question

What i mean by this feature request is whenever i have created db and auth like: ``` db = Database(app) auth = Auth(app, db, user_model=User) ``` i want to be...

The idea behind this widget is that i can click on a button and add a input row that i can fill in manually. This is the easiest done by...

Whenever i do a insert with db.(table).insert in an async function that is managed by asyncio i seem to get an ValueError. I am not 100% sure why this occurs...

question
ORM