Absolutely incredible to see how people have embraced what we have built.
Awesome work by the team!
Absolutely incredible to see how people have embraced what we have built.
Awesome work by the team!
#post##postgresqlo##PGConfdev
Love that with @bolt.new *everything* runs in the browser - node, the dev server, and now even PGlite 🚀🤯
Awesome job by the team to get this out!
Apps built with AI app builders like @bolt.new usually need to connect to a database to actually work. With @pglite.dev you can have the database inside the sandbox, so you can vibe code without even thinking about infra.
Love that with @bolt.new *everything* runs in the browser - node, the dev server, and now even PGlite 🚀🤯
Awesome job by the team to get this out!
Apps built with AI app builders like @bolt.new usually need to connect to a database to actually work. With @pglite.dev you can have the database inside the sandbox, so you can vibe code without even thinking about infra.
Apps built with AI app builders like @bolt.new usually need to connect to a database to actually work. With @pglite.dev you can have the database inside the sandbox, so you can vibe code without even thinking about infra.
Very excited to be visiting Montreal 🇨🇦
Give me a shout if you want to meet up a chat @pglite.dev, @electric-sql.com, Sync Engines or Local-first app development.
Very excited to be visiting Montreal 🇨🇦
Give me a shout if you want to meet up a chat @pglite.dev, @electric-sql.com, Sync Engines or Local-first app development.
v0.3, which we just released, is a big step forward for the project, and the foundation for a lot of exciting things coming soon!
v0.3, which we just released, is a big step forward for the project, and the foundation for a lot of exciting things coming soon!
Electric makes realtime replication between Postgres & *any* client side store possible!
(And we've scaled it to 1 million connections 🤯)
Here it is syncing 100k rows to a @pglite.dev app:
Electric makes realtime replication between Postgres & *any* client side store possible!
(And we've scaled it to 1 million connections 🤯)
Here it is syncing 100k rows to a @pglite.dev app:
We're a Postgres sync engine. Check out our new 1 million clients benchmark and demos: electric-sql.com/blog/2024/12...
Electric is ready to sync with companies like Trigger.dev, Ottogrid.ai and Doorboost.com using us in production. Great time to take another look!
We're a Postgres sync engine. Check out our new 1 million clients benchmark and demos: electric-sql.com/blog/2024/12...
Electric is ready to sync with companies like Trigger.dev, Ottogrid.ai and Doorboost.com using us in production. Great time to take another look!
I particularly enjoyed diving into read-path vs write-path syncing.
We also discuss PGlite which is absolutely wild.
James Arthur (@thruflo.com) on ElectricSQL, read/write-path syncing and PGlite to run Postgres everywhere via WASM.
Full episode links and show notes in the comments.
I particularly enjoyed diving into read-path vs write-path syncing.
We also discuss PGlite which is absolutely wild.
Local-only calories tracker app
🏗️ @effect-ts.bsky.social
⚡️ @pglite.dev with live queries
📄 @drizzle.team
🔗 Actors with XState
🧱 @tanstack.com router
Your next local-first stack 👇
Local-only calories tracker app
🏗️ @effect-ts.bsky.social
⚡️ @pglite.dev with live queries
📄 @drizzle.team
🔗 Actors with XState
🧱 @tanstack.com router
Your next local-first stack 👇
When deploying, all I have to do is replace the drizzle-orm postgres adapter from pglite to a different one and that's it!
When deploying, all I have to do is replace the drizzle-orm postgres adapter from pglite to a different one and that's it!
A key component of a local-first app is a local data store
This is how to implement a local postgres database 👇
www.typeonce.dev/course/calor...
@drizzle.team @pglite.dev @tailwindcss.com @vite.dev @tanstack.com @effect-ts.bsky.social
A key component of a local-first app is a local data store
This is how to implement a local postgres database 👇
www.typeonce.dev/course/calor...
@drizzle.team @pglite.dev @tailwindcss.com @vite.dev @tanstack.com @effect-ts.bsky.social
Super fast UI updates with all writes going though the local database, and Postgres FTS in PGlite for search 🔥
Super fast UI updates with all writes going though the local database, and Postgres FTS in PGlite for search 🔥
Super fast UI updates with all writes going though the local database, and Postgres FTS in PGlite for search 🔥
👉 Compose query using drizzle
👉 `toSQL` to extract raw query and params
Exactly what it's needed inside `useLiveQuery` to make PGLite live sync with db changes ⚡️
👉 Compose query using drizzle
👉 `toSQL` to extract raw query and params
Exactly what it's needed inside `useLiveQuery` to make PGLite live sync with db changes ⚡️