marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Database Command #103

Closed amcgregor closed 8 years ago

amcgregor commented 12 years ago

The db command would support sub-commands of its own for tasks like creating the db, populating from fixtures, dropping the db, etc. Possibly even something like web db shell which determines the appropriate command to run to connect to the db using the db's native shell (psql, mysql, mongo), pre-populated with credentials.