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

Other clients besides TypeScript-based ones like NodeJS, Bun, Deno #108

Closed
satvikpendem opened this issue Jun 25, 2024 · 2 comments
Closed

Comments

@satvikpendem
Copy link

Is there a way to use pglite without using JS/TypeScript as the client language? I was thinking since this packages up Postgres into WASM that others could then write bindings for other clients as well, such as for offline-first apps for Android via Kotlin, iOS via Swift, Flutter, etc.

@samwillis
Copy link
Collaborator

This is something I very much hope we can solve.

There are two routes are are looking at:

  • a WASM only package with a lower level api for use without JS/TS
  • a native C lib for binding to platforms without WASM support

There is a fair bit of cross over between the two, but also quite a bit of engineering to do to achieve it. It's on the roadmap.

@samwillis
Copy link
Collaborator

Closed in favour of #89

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

No branches or pull requests

2 participants