In progress: Jeeves communication is now based on SQLAlchemy
This commit is contained in:
parent
0fdc029153
commit
28726fee01
21 changed files with 637 additions and 78 deletions
|
|
@ -3,7 +3,8 @@
|
|||
pyjeeves.models
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
consolodated models module
|
||||
models for databases
|
||||
"""
|
||||
from pyjeeves.connector import DBConnector
|
||||
|
||||
from .jvsmodels import * # noqa
|
||||
db = DBConnector()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue