tag
postgresql
8 articles
-
What is SQLite good for at the edge of a system? SQLite is not a smaller Postgres. Here is where it belongs at the edge of a product, where it does not, and how founders should split durable truth from local speed.
-
When is REST from the database enough? A schema driven REST API can ship fast. Here is when that shortcut holds up, when it cracks, and how founders should draw the boundary.
-
What is Supabase, and what are you actually buying? Supabase bundles Postgres, auth, storage, and a schema driven API. Here is what founders get, what they do not get, and how to evaluate the quote.
-
What is the difference between Postgres and PostgREST? Postgres stores your data. PostgREST turns that schema into a REST API. Here is how founders should tell them apart before buying a stack.
-
What is Drizzle, and why do teams treat the schema as a contract? Drizzle is a TypeScript first layer over PostgreSQL that keeps migrations, types, and queries aligned. Here is why teams treat the schema as a contract instead of a rumor.
-
What is Neon, and how do preview databases change shipping? Neon brings Git style branching to PostgreSQL. Here is how preview databases change the cost of testing migrations and demoing work in progress.
-
What is PostgreSQL, and why do products still bet on it? PostgreSQL is the durable memory behind serious products. Here is what founders should know before they treat the database as interchangeable infrastructure.
-
How do types go from the database to the client? How a typed path from database to UI keeps product teams honest without drowning in ceremony.