pglite
pglite copied to clipboard
Lightweight WASM Postgres with real-time, reactive bindings.
note : cma set to 2 for testing.
[pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search) is a great extension for full-text search using BM25 algorithm, so it will have Elastic-level search quality and powerful performance([benchmark](https://github.com/paradedb/paradedb/blob/dev/benchmarks/README.md)). Please consider to support this extension, Thanks.
## Issue Description When using live queries, joins between tables that have columns with the same names fail. This issue occurs despite the query working correctly in PGLite itself, suggesting...
Izby
Is it possible to support setting username and password like MySQL to allow connection to the database,and only this username/password can connect to the database