Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Rafi
@rafi
wtf did i just executed a postgres query with a psql cli against postgres running in webassembly via js
4 replies
2 recasts
14 reactions
artlu 🎩
@artlu
I also saw electric-sql pivot, away from sqlite and towards PGlite. I don't get it. PG is connections-based, while Sqlite spins up/down in JIT fashion. What do you gain with PGlite that offsets the mental dissonance? Is it basically, tons of dev tooling and dev familiarity?
1 reply
0 recast
1 reaction
Rafi
@rafi
I experiment with it right now for local development as my production end uses Postgres. I considered using SQLite but because frame.town gets much complex each week with external data ingestion, in-house stats I went with Postgres because of it’s connection-based nature (it’s easier to interface it from multiple machines), tooling for analytical workflow (timescaledb), and foreign data wrappers. With SQLite I’d have to implement all this myself.
1 reply
0 recast
0 reaction