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

feature: PL/PGSQL Support via static linking #48

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

samwillis
Copy link
Collaborator

@samwillis samwillis commented Mar 23, 2024

Replaces #42

See also electric-sql/postgres-wasm#7

Closes #36

Dev build: electric-sql-pglite-0.0.2.tgz

Install with:

npm install ./path/to/electric-sql-pglite-0.0.2.tgz

@samwillis samwillis linked an issue Mar 23, 2024 that may be closed by this pull request
@samwillis samwillis changed the title PL/PGSQL Support via static linking feature: PL/PGSQL Support via static linking Mar 23, 2024
@samwillis samwillis force-pushed the samwillis/plpgsql-static branch 3 times, most recently from 1acb37f to cec2997 Compare March 23, 2024 13:10
@samwillis samwillis changed the base branch from samwillis/de-asyncify to main March 25, 2024 10:24
@samwillis samwillis merged commit 28e964e into main Mar 25, 2024
@samwillis samwillis deleted the samwillis/plpgsql-static branch March 25, 2024 10:35
@@ -237,6 +237,12 @@ Rows objects are a key / value mapping for each row returned by the query.

The `.query<T>()` method can take a TypeScript type describing the expected shape of the returned rows. *(Note: this is not validated at run time, the result only cast to the provided type)*

## Extensions

PGlite supports the pl/pgsql procedural langue extension, this is included and enabled by default.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

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.

extension: pl_pgsql
2 participants