Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/psqlpy-python/psqlpy

Asynchronous Python PostgreSQL driver written in Rust
https://github.com/psqlpy-python/psqlpy

Added cursor method for connection

chandr-andr opened this pull request 7 months ago
Add the `cursor` method for the `Connection` class.

IvanKirpichnikov opened this issue 7 months ago
Add the `cursor` method for the `Connection` class.

IvanKirpichnikov opened this issue 7 months ago
Started implementing chain to create pool

chandr-andr opened this pull request 7 months ago
Started implementing chain to create pool

chandr-andr opened this pull request 7 months ago
Benchmarking..

JMarkin opened this issue 7 months ago
Benchmarking..

JMarkin opened this issue 7 months ago
Make ConnectionPool builder "Rust Like"

chandr-andr opened this issue 7 months ago
Make ConnectionPool builder "Rust Like"

chandr-andr opened this issue 7 months ago
Rewrite all exceptions to more readable ones

chandr-andr opened this pull request 7 months ago
Rewrite all exceptions to more readable ones

chandr-andr opened this pull request 7 months ago
SSL is required

nikita-davydov opened this issue 7 months ago
SSL is required

nikita-davydov opened this issue 7 months ago
Rewrite all exceptions to more readable ones

chandr-andr opened this pull request 8 months ago
Rewrite all exceptions to more readable ones

chandr-andr opened this pull request 8 months ago
Added fetch method, changed parameters annotations

chandr-andr opened this pull request 8 months ago
Added fetch method, changed parameters annotations

chandr-andr opened this pull request 8 months ago
Added more parameters to configure connection

chandr-andr opened this pull request 8 months ago
Added more parameters to configure connection

chandr-andr opened this pull request 8 months ago
Rebuilding connection, make available create single connection

chandr-andr opened this pull request 8 months ago
Custom decoders and encoders for not supported types

chandr-andr opened this pull request 8 months ago
Custom decoders and encoders for not supported types

chandr-andr opened this pull request 8 months ago
Context manager for ConnectionPool#connection method

Veritaris opened this issue 8 months ago
Context manager for ConnectionPool#connection method

Veritaris opened this issue 8 months ago
Added connect method to create ConnectionPool

chandr-andr opened this pull request 8 months ago
Added connect method to create ConnectionPool

chandr-andr opened this pull request 8 months ago
Developed support for custom types

chandr-andr opened this pull request 8 months ago
Developed support for custom types

chandr-andr opened this pull request 8 months ago
Add geo types support

Mernus opened this pull request 9 months ago
Add geo types support

Mernus opened this pull request 9 months ago
Removed docs from README, docs on our documentation site

chandr-andr opened this pull request 9 months ago
Removed docs from README, docs on our documentation site

chandr-andr opened this pull request 9 months ago
Added one more exception and rename old ones

chandr-andr opened this pull request 9 months ago
Added one more exception and rename old ones

chandr-andr opened this pull request 9 months ago
Added support for MacAddr8 type

chandr-andr opened this pull request 9 months ago
Added support for MacAddr8 type

chandr-andr opened this pull request 9 months ago
Added support for MacAddr6 type

chandr-andr opened this pull request 9 months ago
Added support for MacAddr6 type

chandr-andr opened this pull request 9 months ago
Fixed type hint mistakes in python pyi files

chandr-andr opened this pull request 9 months ago
Fixed type hint mistakes in python pyi files

chandr-andr opened this pull request 9 months ago
Add execute_many, fetch_row, fetch_val to connection; impove docstrings

insani7y opened this pull request 9 months ago
Add execute_many, fetch_row, fetch_val to connection; impove docstrings

insani7y opened this pull request 9 months ago
Added some performance changes

chandr-andr opened this pull request 9 months ago
Added some performance changes

chandr-andr opened this pull request 9 months ago
Added close method for Connection Pool

chandr-andr opened this pull request 9 months ago
Added close method for Connection Pool

chandr-andr opened this pull request 9 months ago
Add `close` method for `PSQLPool`

chandr-andr opened this issue 9 months ago
Add `close` method for `PSQLPool`

chandr-andr opened this issue 9 months ago
Remove RwLock's from is_done and is_started

insani7y opened this pull request 9 months ago
Remove RwLock at connection_pool, connection and transaction

insani7y opened this pull request 9 months ago
Remove RwLock at connection_pool, connection and transaction

insani7y opened this pull request 9 months ago
Removed Arc<RwLock> from Connection Pool

chandr-andr opened this pull request 9 months ago
Removed Arc<RwLock> from Connection Pool

chandr-andr opened this pull request 9 months ago
Added support for converting PostgreSQL JSON/JSONB into Python dict

chandr-andr opened this pull request 10 months ago
Implement fetch_val method for Transaction

insani7y opened this pull request 10 months ago
Added pipeline functionality for transactions

chandr-andr opened this pull request 10 months ago
Added support for any custom python class in QueryResult

chandr-andr opened this pull request 10 months ago
Added support for any custom python class in QueryResult

chandr-andr opened this pull request 10 months ago
Added support for INET type in PostgreSQL, IPv4Address/IPv6Address in Python

chandr-andr opened this pull request 10 months ago
Added support for INET type in PostgreSQL, IPv4Address/IPv6Address in Python

chandr-andr opened this pull request 10 months ago
missing methods in transaction

insani7y opened this pull request 10 months ago
missing methods in transaction

insani7y opened this pull request 10 months ago
transaction deferable

insani7y opened this pull request 10 months ago
transaction deferable

insani7y opened this pull request 10 months ago
Added connection recycling settings

chandr-andr opened this pull request 10 months ago
Added connection recycling settings

chandr-andr opened this pull request 10 months ago
Added dsn support

chandr-andr opened this pull request 10 months ago
Added dsn support

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
Continue adding tests

chandr-andr opened this pull request 10 months ago
transaction deferable

insani7y opened this pull request 10 months ago
transaction deferable

insani7y opened this pull request 10 months ago
Added tests and test actions

chandr-andr opened this pull request 10 months ago