Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental pglite #1134

Closed
wants to merge 3 commits into from
Closed

Experimental pglite #1134

wants to merge 3 commits into from

Conversation

kyscott18
Copy link
Collaborator

Description

pglite is a potential replacement for sqlite.It would allow us not to maintain two dialects of sql, as well as use some postgres only features. This would help #1098, #1099, and maybe #442.

Tasks

  • handle instantiate pglite driver (primarily in `src/database/index.ts'
  • find a solution to custom column-type parsing Top-level type parser electric-sql/pglite#315
  • consolidate postgres vs sqlite logic, removing dead code
  • fix test setup

Enable features

  • range operators

3commascapital and others added 2 commits October 18, 2024 15:36
* Fixup types and metrics

* Uses kysely pglite as dialect provider

* Convert sqlite to pglite

* tweaks

* most tests working

* type fixes

---------

Co-authored-by: typedarray <[email protected]>
@kyscott18 kyscott18 closed this Oct 21, 2024
@kyscott18 kyscott18 deleted the kjs/pglite-2 branch November 11, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants