superduper_sqlalchemy
Superduper sqlalchemy is a metadata plugin for Superduper that allows you to store metadata in a SQL database.
This plugin cannot be used independently; it must be used together with superduper_ibis.
Installation​
pip install superduper_sqlalchemy
API​
Class | Description |
---|---|
superduper_sqlalchemy.metadata.SQLAlchemyMetadata | Abstraction for storing meta-data separately from primary data. |