-
Notifications
You must be signed in to change notification settings - Fork 237
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
Is Pglite Support Type Generation Without a Running PostgreSQL Instance #528
Comments
Hey @techmannih I experiment a little with this a few moths back, repo is here: https://github.com/samwillis/pglite-type-inference My experiments lead to adding the There are some videos of it and more info on Twitter: https://x.com/samwillis/status/1848672368819892233 https://x.com/samwillis/status/1848684120341152120 It's not something that we're likely to try and do as part of the PGlite project, but it absolutely a use case we would like to support. Anything tweak or changes, let me know. |
Just I am trying with this simple example, what do you think?
|
Here's a wild idea on how to do it without even a database: |
I want to use pglite to generate types without requiring a live PostgreSQL instance. Currently, most tools that interact with PostgreSQL for type generation need a running PostgreSQL server. Would it be possible for pglite to support this use case, allowing type generation without needing PostgreSQL to be installed or running in the background?
CC: @copiltembel @samwillis
The text was updated successfully, but these errors were encountered: