Skip to content

release v0.2.10.post1

Compare
Choose a tag to compare
@nesnoj nesnoj released this 31 Aug 11:33
· 124 commits to master since this release

UPDATE: This release fixes a bug in SQLA version specification (setup.py).

This release works with the current dp/DB v0.2.10 and includes recent changes of model_draft.
Additionally, it provides the first version of a config creator and DB connection provider #24.

With this release u can simply use ego.io for your DB connections, e.g.:

from egoio.tools.db import connection

conn = connection(section=...)
Session = sessionmaker(bind=conn)
session = Session()

If the DB config file ~/.egoio/config.ini does not exist, it will ask you to create it with provided host, user etc.