-
At the moment the command line tools (at best) have an `--acq` option for restricting operations like `sync` and `clean` to subsets of the archive. It would be great to replace this with a more generi…
-
This requires a compatibility layer providing common interfaces. The layer should provide for each supported ORM:
- [ ] Pipeline elements
- [ ] Auth models?
- [ ] Forms?
Involved modules (depe…
-
coming from HN (https://news.ycombinator.com/item?id=11634152 and https://news.ycombinator.com/item?id=11632650)
Could you please include something like aiopg in your setup instructions - not as a re…
-
I quite like the look of [peewee](http://peewee.readthedocs.io/en/latest/index.html) although SqlAlchemy is the standard.
For example we would define `models` for our tables:
```
class Project(…
-
We need to provide an ORM service.
It will be a good to have under `torn` umbrella.
-
The new database structure on the fittingly named breakage branch still throws an SQL-Syntax error and I don't get why.
It can be reproduced by running database.py as main.
```
Traceback (most re…
-
If possible, it'd be sweet to have the web api / admin being an optional install.
What do you think about declaring a panoramix[webui] extra for this purpose?
-
I have a migration with the following code:
```
def migrate(migrator, database, fake=False, **kwargs):
"""Write your migrations here."""
MyModel = migrator.orm['my_table']
type_new …
-
PonyORM looks fantastic. It would be even more useful with some kind of (rudimentary) introspection tool to help in developing entities from an existing database.
I have a crufty old database I nee…
-
https://github.com/andresriancho/w3af/blob/feature/module/w3af/core/data/db/dbms.py and
https://github.com/andresriancho/w3af/blob/feature/module/w3af/core/data/db/history.py are a mess. They are basi…