Skip to content

Commit

Permalink
PostgreSQL wire-compatible API (#83)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jeromegn authored Oct 27, 2023
1 parent cbdebea commit 19ccb07
Show file tree
Hide file tree
Showing 20 changed files with 4,809 additions and 196 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

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

0 comments on commit 19ccb07

Please sign in to comment.