asyncdb

Collection of Asynchronous (Asyncio-based) generic Database connectors

OTHER License

Downloads
13.2K
Stars
37
Committers
9

Bot releases are visible (Hide)

asyncdb - 2.0.33

Published by phenobarbital over 2 years ago

Fix over Model self._where(fields, **_filter)

asyncdb - 2.0.32

Published by phenobarbital over 2 years ago

asyncdb - 2.0.31

Published by phenobarbital over 2 years ago

Issue with Models and inserts.

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.30...2.0.31

asyncdb - 2.0.30

Published by phenobarbital over 2 years ago

  • Model feature: skip a PK field when db_default exists

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.29...2.0.30

asyncdb - 2.0.29

Published by phenobarbital over 2 years ago

asyncdb - 2.0.27

Published by phenobarbital over 2 years ago

New version of Cryptography.

asyncdb - 2.0.26

Published by phenobarbital over 2 years ago

Fix dependencies.

asyncdb - 2.0.25

Published by phenobarbital over 2 years ago

asyncdb - 2.0.24

Published by phenobarbital over 2 years ago

Fix on uuid conversion/validation.

asyncdb - 2.0.23

Published by phenobarbital over 2 years ago

asyncdb - 2.0.22

Published by phenobarbital over 2 years ago

asyncdb - 2.0.21

Published by phenobarbital over 2 years ago

Bugfix on bad returns in Exceptions.

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.20...2.0.21

asyncdb - 2.0.20

Published by phenobarbital over 2 years ago

Bugfix for correct bubbling of exceptions on Model methods (create, save, insert).

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.19...2.0.20

asyncdb - 2.0.19

Published by phenobarbital over 2 years ago

Bug on redis SetEx function.

asyncdb - 2.0.18

Published by phenobarbital over 2 years ago

  • Fixed rethinkdb issues:
    • durability soft in delete and insert cases
    • error on multi-index creation
asyncdb - 2.0.17

Published by phenobarbital over 2 years ago

AsyncDB ===

  • Refactor RethinkDB connector.

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.16...2.0.17

asyncdb - 2.0.16

Published by phenobarbital over 2 years ago

AsyncDB

  • pg driver: Added support for prepared statements in all fetch* operations
asyncdb - 2.0.15

Published by phenobarbital over 2 years ago

AsyncDB:

  • New Driver: SQL Alchemy (core), required by pandas and other tools.
  • Fix a bug on Models.

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.14...2.0.15

asyncdb - 2.0.14

Published by phenobarbital over 2 years ago

Bug on Record Object.

asyncdb - 2.0.12

Published by phenobarbital over 2 years ago

  • fixed error when make_model is called by SQLModel
  • fix on conflict dependencies between pandas > 1.4 and sqlalchemy
  • removed sqlalchemy-aio from dependencies.

Full Changelog: https://github.com/phenobarbital/asyncdb/compare/2.0.11...2.0.12

Package Rankings
Top 7.2% on Pypi.org
Related Projects