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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Experimental pglite #1134

wants to merge 1 commit 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

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.

2 participants