Tootfinder

Opt-in global Mastodon full text search. Join the index!

@shochdoerfer@phpc.social
2026-04-09 13:49:44

#PostgreSQL running in the browser with an S3 storage backend - that's pretty impressive
zerofs.net/postgresql-in-the-b

@michabbb@social.vivaldi.net
2026-04-09 18:32:26

📐 #PostgreSQL types auto-generate #TypeScript clients — no manual type mappings, no DTO layers, no impedance mismatch. Types flow outward from DB to frontend automatically.

@michabbb@social.vivaldi.net
2026-04-09 18:32:25

🔁 RESTful path params like /products/{id}, reverse proxy endpoints (passthrough or transform), HTTP custom types letting #PostgreSQL functions call external APIs directly
🛡️ Enterprise-ready out of the box: authentication, authorization, rate limiting, caching, SSE streaming & full #OpenAPI

@nobodyinperson@fosstodon.org
2026-02-07 13:55:47

If you have an #sqlite-backed #paperless consume your email attachments, you'll frequently run into "database locked" errors. It'll retry next time, so you'll get there eventually, but still annoying. Might need to migrate to a

@michabbb@social.vivaldi.net
2026-04-07 23:14:28

#Directus layers a blazingly fast #NodeJS API on top of any existing SQL database. No schema changes needed, works with what you already have.
🗄️ Database Freedom:
#PostgreSQL,

@wyri@toot-toot.wyrihaxim.us
2026-01-26 16:55:16

Set up HA to sent a metrics to Prometheus over MQTT so I can scale the PostgreSQL server I have on my home cluster for development down when my PC is off:
#MQTT #HomeAssistant #PostgresQL

@michabbb@social.vivaldi.net
2026-04-08 20:10:21

📖 Automatic API documentation:
PostgREST generates #OpenAPI specs automatically from your schema. Hook up Swagger-UI − interactive, always up-to-date docs for your API. No more manual doc maintenance.
🏗️ Versioning through DB schemas:
Instead of managing API versions in code, PostgREST uses #PostgreSQL

@michabbb@social.vivaldi.net
2026-04-09 18:32:24

#NpgsqlRest turns your #PostgreSQL database into a blazing-fast standalone #REST #API server …

@michabbb@social.vivaldi.net
2026-04-08 20:10:20

🐘 PostgREST turns your #PostgreSQL #database into a fully #RESTful #API — instantly. No back…