Updates, tutorials, and insights from the Faucet team.
We ran millions of MCP tool calls against PostgreSQL, MySQL, SQL Server, and SQLite and learned that indexing strategy matters 9-74x more than database choice. MySQL's defaults are already optimized and MCP protocol overhead is sub-millisecond.
Read moreFaucet v0.1.7 adds full Oracle Database support (12c through 26ai) using a pure-Go driver. No Oracle Instant Client required. Connect Oracle alongside PostgreSQL, MySQL, SQL Server, SQLite, and Snowflake with a single Faucet binary.
Read moreFaucet v0.1.6 introduces schema contract locking, a system that prevents database schema changes from silently breaking your auto-generated REST API. Lock your API contract, detect drift, and promote changes on your terms.
Read moreAn in-depth comparison of Faucet and PostgREST — two open-source tools that turn SQL databases into REST APIs. See how they compare on database support, auth, admin UI, and AI integration.
Read moreA detailed comparison of Faucet and Supabase — two open-source tools for building APIs from databases. Compare database support, architecture, auth, pricing, and when each tool is the right choice.
Read more28K lines of Go, 849 tests, zero CGO. Here's exactly how Faucet introspects your schema at runtime and serves a production-grade REST API without code generation.
Read moreFaucet is an open-source, single-binary server that generates secure REST APIs from any SQL database. Here's why we built it and how it works.
Read moreFaucet v0.1.5 introduces guided first-run setup, batch transaction modes, background server mode, and improved telemetry controls. Download now via Homebrew, Docker Hub, or GitHub Releases.
Read more