Sam Willis

Results 85 comments of Sam Willis

Not very exciting looking, but I have the beginnings of parameterized queries working: ![image](https://github.com/electric-sql/pglite/assets/31130/626360da-97c5-4734-ba58-f24365c9f096) With any luck, and no show stoppers, I hope to get this out next week.

@brianc I've only been working on it in Node so far, and pg-protocol has been perfect. I expect we will find that changing `pg-protocol` to explicitly import `Buffer` is the...

@brianc doesn't look like we need to modify `pg-protocol`, I have it working by using esbuilds [inject](https://esbuild.github.io/api/#inject) 🎉

Fo anyone following along here, there is much progress in #39 (it uses pg protocol for all IO). There is a dev build attached to the PR.

Hey, yep, PGlite is using v15 and there is no compatibility between major pg versions data stores. We need to improve error handling in this situation. thanks for the report.

I believe this is due to the simplified [initdb.ts](https://github.com/electric-sql/pglite/blob/main/packages/pglite/src/initdb.ts) that replaces the conventional `initdb` command that comes with Postgres. It's not fully creating all the catalog tables. We should look...

The missing "pg_catalog.pg_tables" and "information_schema.tables" (among others) are fixed in #41 and we plan to do a release early next week after a few finals checks. If anyone wants to...

Hey, No worries, there is a second round of benchmarks I'm adding here: #55 (just finalising it) There is a lot of opportunity to improve on this too, we've already...

> do it support prisma? Not yet, we will be able to explore ORM support once we have #17 parameterized queries

@lastmjs Drizzle now supports PGlite as of a couple week ago. I should have updated here! For the others, PGlite should have everything needed to build adapters/plugins for them. I'm...