I like it.
Greetings.
El 02/09/18 a las 14:08, Massimo Di Pierro escribió:
We you may know web2py has the ability to store table metadata in DB:
from gluon.dal import InDBMigrator
db = DAL(myconf.get('db.uri'), adapter_args=dict(migrator=InDBMigrator))
This is better for scalability as there
We you may know web2py has the ability to store table metadata in DB:
from gluon.dal import InDBMigrator
db = DAL(myconf.get('db.uri'), adapter_args=dict(migrator=InDBMigrator))
This is better for scalability as there is no filsystem IO.
How do people feel with the following:
- make the above th
2 matches
Mail list logo