Skip to content

Commit 19ccb07

Browse files
authored
PostgreSQL wire-compatible API (#83)
* pg exploration * improvements * much progress, this is a little insane * this is a little insane, should support more pg clients now * implement an extra column, make it less panicky * clean up mess from failed experiment * remove unused files from old implementation * send subscriptions too * need to unquote a few things sometimes * handle interrupts, fix last few bugs for compliant clients * update changelog and docs * remove unused crates in corro-pg
1 parent cbdebea commit 19ccb07

File tree

20 files changed

+4809
-196
lines changed

20 files changed

+4809
-196
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Implement a PostgreSQL wire protocol (v3) compatible API ([#83](../../pull/83))
6+
- Accept _all_ JSON types for SQLite params input ([#82](../../pull/82))
57
- Parallel synchronization w/ many deadlock and bug fixes ([#78](../../pull/78))
68
- Upgraded to cr-sqlite 0.16.0 (unreleased) ([#75](../../pull/75))
79
- Rewrite compaction logic to be more correct and efficient ([#74](../../pull/74))

0 commit comments

Comments
 (0)