Sqla-fancy-core

Latest version: v0.3.0

Safety actively analyzes 626513 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

- `TableFactory()` init now expects an optional `sa.Metadata()` object `tf = TableFactory(metadata=sa.Metadata())`. If not passed, it will create a metadata automatically which you can access via `tf.metadata`.
- No longer need to call the factory with `sa.Metadata()` object. i.e. `tf("tablename", metadata)` should now be `tf("tablename")`.

0.2.0

Initial release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.