psqlpy

Asynchronous Python PostgreSQL driver written in Rust

MIT License

Downloads
76.7K
Stars
218

Bot releases are hidden (Show)

psqlpy - v0.6.6

Published by chandr-andr 4 months ago

psqlpy - v0.6.2

Published by chandr-andr 4 months ago

Changes for extra types.

  • PyUUID extra type is removed, it's possible to use UUID python type directly in parameters.
  • We support FLOAT4 and FLOAT8 in PostgreSQL, in previous releases we supported only Float4.
    If you want to add FLOAT8 to the PostgreSQL table, use Float64 type from extra types.

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.6.1...0.6.2

psqlpy - v0.6.1

Published by chandr-andr 4 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.6.0...0.6.1

psqlpy - v0.6.0

Published by chandr-andr 5 months ago

This release creates new readable and extendable exceptions.
Now it is easier to write try-except blocks and control library execution.
More on our docs: Exceptions

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.6...0.6.0

psqlpy - v0.5.6

Published by chandr-andr 6 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.5...0.5.6

psqlpy - v0.5.5

Published by chandr-andr 6 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.4...0.5.5

psqlpy - v0.5.4

Published by chandr-andr 6 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.3...0.5.4

psqlpy - v0.5.3

Published by chandr-andr 6 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.2...0.5.3

psqlpy - v0.5.2

Published by chandr-andr 6 months ago

We added support for Composite Types in PostgreSQL.
Now you can easily use them and don't worry about deserialization on the Python side.

What's Changed

psqlpy - v0.5.1

Published by chandr-andr 6 months ago

Minor changes, no affect on code.

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.5.0...0.5.1

psqlpy - v0.5.0

Published by chandr-andr 6 months ago

Version 0.5.0

It's one of the biggest updates since the library's first release.

We rewrote the whole code base because the new version of Pyo3 (v0.21.1) was released with a new implementation for asynchronous code.

Now native Rust code looks much simpler, easier to support, and supports adding new features faster and safer.

In addition, the PSQLPy driver became even faster than the previous realization. We increased performance by approximately 2 times in some cases, and by 15-50% in most cases.

Many thanks to the main contributor! @insani7y

psqlpy - v0.4.0

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.3.5...0.4.0

psqlpy - v0.3.5

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.3.3...0.3.5

psqlpy - v0.3.3

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.3.2...0.3.3

psqlpy - v0.3.2

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.3.1...0.3.2

psqlpy - v0.3.1

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.3.0...0.3.1

psqlpy - 0.3.0

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.2.9...0.3.0

psqlpy - 0.2.9

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.2.8...0.2.9

psqlpy - v0.2.8

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.2.7...0.2.8

psqlpy - v0.2.7

Published by chandr-andr 7 months ago

What's Changed

Full Changelog: https://github.com/qaspen-python/psqlpy/compare/0.2.6...0.2.7