Hooks: The secret feature powering the Postgres ecosystem
Postgres Hooks are a powerful way to customize how Postgres works. Taking examples from popular projects we explore how to build with them.
Postgres Hooks are a powerful way to customize how Postgres works. Taking examples from popular projects we explore how to build with them.
Arctype integrates with YugabyteDB, the most scalable, Postgres-compatible distributed database.
Postgres uses different algorithms for JOINs depending on the query. We can inspect the query plan to find which type.
Arctype now supports multiple databases per server! Plus Supabase DB support, better toasts, a "restart later" option, and more.
After many months building, it’s finally here. Launch Day. Arctype is going live on Product Hunt. Get HYPE!
We produced a fast-loading site wiki site with little code in a short time frame using 3 Next.js features.
PlanetScale GUI, unlimited imports and exports, indexes, and a bunch of delightful little improvements.
There are numerous SQL dialects instead of one fully implemented SQL standard. In this post we learn about the major ones. Plus lists of all of them.
By upgrading to IndexedDB as the local data store, developers can export unlimited data from Arctype, get faster results from queries, and see much less memory consumption from the app. This is the story of our implementation