-
This project was started to experiment with async ORM interface. Our dev team has been using this in several small to mid-scale projects in production. But actually we didn't have chance to build some…
-
the deferred relation waits until the model is created and it sets the instance's property to be what the classes property should be
```
AttributeError Traceback (most rece…
-
We need introduce some migration tooling to be able to safely modify the database schema. The official tooling is lacking, so here are some options to consider:
- https://github.com/klen/peewee_migra…
-
I'm trying to create my first migration, however, the sorting mechanism is not ordering correctly the table's creation raising KeyError, I think the error lies on `peewee_migrate/auto.py:133`, the fun…
-
How exactly do I need to setup Postgresql?
I installed it and verified that the service was running. This all went fine.
I created a user with the same name as my user account using "sudo -u postgr…
-
Is there any way to replicate RetryOperationalError of peewee in peewee_async?
I have tried inheriting from RetryOperationalError and overriding execute (closing and retrying on error), but that do…
-
see https://www.sqlite.org/fts5.html
peewee also supports FTS5 https://github.com/coleifer/peewee/blob/master/playhouse/sqlite_ext.py
FTS5 API has been changed @ SQLite 3.20.0, consider support bo…
-
```
30.08.16 19:19:10 [+0200] File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
30.08.16 19:19:10 [+0200] self.run()
30.08.16 19:19:10 [+0200] File "/usr/lib/python2.7/threading.p…
-
I moved all vorta flatpak files over from an old installation. I have two repos that are basically identical except they touch different remotes and have different passwords (and one had an optional p…
-
I'm going through the tutorial but the export_retweet_text function is throwing an error in peewee. As I'm not familiar with SQL syntax or the peewee library I wondered if someone could give me a hint…
Vix18 updated
6 years ago