|
Unlike most database wrappers in Python, dbtools does not replicate SQLAlchemy functionality for interacting with databases, leaving that to SQLAlchemy itself.
It provides a totally new way of querying and dealing with SQLite data, an approach more suitable for handling scientific data types.
Here are some key features of "dbtools":
Supported queries:
· CREATE
· INSERT
· UPDATE
· DELETE
· DROP
· SELECT
What's New in This Release: [ read full changelog ]
· Added Table.exists class method.
· Added setup.py installation support.
· Allow Table initialization from a pandas DataFrame.
· Fixed misues of autoincrement/primary key.
Via: dbtools 0.03.3
0 Comment:
Post a Comment