issues
search
psqlpy-python
/
psqlpy
Asynchronous Python PostgreSQL driver written in Rust
https://psqlpy-python.github.io/
MIT License
227
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added cursor method for connection
#46
chandr-andr
closed
5 months ago
0
Add the `cursor` method for the `Connection` class.
#45
IvanKirpichnikov
closed
5 months ago
1
Started implementing chain to create pool
#44
chandr-andr
closed
5 months ago
0
Benchmarking..
#43
JMarkin
closed
4 months ago
3
Make ConnectionPool builder "Rust Like"
#42
chandr-andr
closed
4 months ago
0
Rewrite all exceptions to more readable ones
#41
chandr-andr
closed
5 months ago
0
SSL is required
#40
nikita-davydov
closed
4 months ago
11
Rewrite all exceptions to more readable ones
#39
chandr-andr
closed
6 months ago
0
Added fetch method, changed parameters annotations
#38
chandr-andr
closed
6 months ago
0
Added more parameters to configure connection
#37
chandr-andr
closed
6 months ago
0
Rebuilding connection, make available create single connection
#36
chandr-andr
opened
6 months ago
1
Custom decoders and encoders for not supported types
#35
chandr-andr
closed
6 months ago
0
Context manager for ConnectionPool#connection method
#34
Veritaris
closed
4 months ago
3
Added connect method to create ConnectionPool
#33
chandr-andr
closed
6 months ago
0
Developed support for custom types
#32
chandr-andr
closed
6 months ago
0
Upgraded library to the pyo3 v0.21.1. Crtitical changes, library became much faster
#31
chandr-andr
closed
7 months ago
0
Add geo types support
#30
Mernus
closed
2 months ago
4
Removed docs from README, docs on our documentation site
#29
chandr-andr
closed
7 months ago
0
Added one more exception and rename old ones
#28
chandr-andr
closed
7 months ago
0
Added support for MacAddr8 type
#27
chandr-andr
closed
7 months ago
0
Added support for MacAddr6 type
#26
chandr-andr
closed
7 months ago
0
Fixed type hint mistakes in python pyi files
#25
chandr-andr
closed
7 months ago
0
Add execute_many, fetch_row, fetch_val to connection; impove docstrings
#24
insani7y
closed
7 months ago
1
Added some performance changes
#23
chandr-andr
closed
7 months ago
0
Added close method for Connection Pool
#22
chandr-andr
closed
8 months ago
0
Added new parameter to all execute method. Now it's possible to turn off statement preparation
#21
chandr-andr
closed
8 months ago
0
Add `close` method for `PSQLPool`
#20
chandr-andr
closed
6 months ago
0
Remove RwLock's from is_done and is_started
#19
insani7y
closed
8 months ago
0
Remove RwLock at connection_pool, connection and transaction
#18
insani7y
closed
8 months ago
0
Removed Arc<RwLock> from Connection Pool
#17
chandr-andr
closed
8 months ago
0
Added support for converting PostgreSQL JSON/JSONB into Python dict
#16
chandr-andr
closed
8 months ago
0
Rewrote the whole implementation of Cursor. Made some performance changes in Transaction
#15
chandr-andr
closed
8 months ago
0
Implement fetch_val method for Transaction
#14
insani7y
closed
8 months ago
0
Change PSQLPool connection method to sync and add async context manager
#13
chandr-andr
closed
8 months ago
1
Added pipeline functionality for transactions
#12
chandr-andr
closed
8 months ago
0
Added support for any custom python class in QueryResult
#11
chandr-andr
closed
8 months ago
0
Added support for INET type in PostgreSQL, IPv4Address/IPv6Address in Python
#10
chandr-andr
closed
8 months ago
0
missing methods in transaction
#9
insani7y
closed
8 months ago
0
transaction deferable
#8
insani7y
closed
8 months ago
0
Added connection recycling settings
#7
chandr-andr
closed
8 months ago
0
Added dsn support
#6
chandr-andr
closed
8 months ago
0
Continue adding tests
#5
chandr-andr
closed
8 months ago
0
Continue adding tests
#4
chandr-andr
closed
8 months ago
0
Continue adding tests
#3
chandr-andr
closed
8 months ago
0
transaction deferable
#2
insani7y
closed
8 months ago
2
Added tests and test actions
#1
chandr-andr
closed
8 months ago
0
Previous