Ecosyste.ms: OpenCollective

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

PSQLPy

Create new PostgreSQL driver for Python written in Rust
Collective - Host: opensource - https://opencollective.com/psqlpy - Code: https://github.com/psqlpy-python

Added cursor method for connection

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
Added cursor method for connection

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
Started implementing chain to create pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
Started implementing chain to create pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
Benchmarking..

github.com/psqlpy-python/psqlpy - JMarkin opened this issue 7 months ago
Benchmarking..

github.com/psqlpy-python/psqlpy - JMarkin opened this issue 7 months ago
Make ConnectionPool builder "Rust Like"

github.com/psqlpy-python/psqlpy - chandr-andr opened this issue 7 months ago
Make ConnectionPool builder "Rust Like"

github.com/psqlpy-python/psqlpy - chandr-andr opened this issue 7 months ago
Rewrite all exceptions to more readable ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
Rewrite all exceptions to more readable ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 7 months ago
SSL is required

github.com/psqlpy-python/psqlpy - nikita-davydov opened this issue 7 months ago
SSL is required

github.com/psqlpy-python/psqlpy - nikita-davydov opened this issue 7 months ago
Rewrite all exceptions to more readable ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Rewrite all exceptions to more readable ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added fetch method, changed parameters annotations

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added fetch method, changed parameters annotations

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added more parameters to configure connection

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added more parameters to configure connection

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added connect method to create ConnectionPool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Added connect method to create ConnectionPool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Developed support for custom types

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Developed support for custom types

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 8 months ago
Add geo types support

github.com/psqlpy-python/psqlpy - Mernus opened this pull request 9 months ago
Add geo types support

github.com/psqlpy-python/psqlpy - Mernus opened this pull request 9 months ago
Added one more exception and rename old ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added one more exception and rename old ones

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added support for MacAddr8 type

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added support for MacAddr8 type

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added support for MacAddr6 type

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added support for MacAddr6 type

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Fixed type hint mistakes in python pyi files

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Fixed type hint mistakes in python pyi files

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added some performance changes

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added some performance changes

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added close method for Connection Pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Added close method for Connection Pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Add `close` method for `PSQLPool`

github.com/psqlpy-python/psqlpy - chandr-andr opened this issue 9 months ago
Add `close` method for `PSQLPool`

github.com/psqlpy-python/psqlpy - chandr-andr opened this issue 9 months ago
Remove RwLock's from is_done and is_started

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 9 months ago
Removed Arc<RwLock> from Connection Pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Removed Arc<RwLock> from Connection Pool

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 9 months ago
Implement fetch_val method for Transaction

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
Added pipeline functionality for transactions

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
missing methods in transaction

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
missing methods in transaction

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
transaction deferable

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
transaction deferable

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
Added connection recycling settings

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Added connection recycling settings

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Added dsn support

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Added dsn support

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
Continue adding tests

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago
transaction deferable

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
transaction deferable

github.com/psqlpy-python/psqlpy - insani7y opened this pull request 10 months ago
Added tests and test actions

github.com/psqlpy-python/psqlpy - chandr-andr opened this pull request 10 months ago