Encore Has a Free API: The Backend Framework That Generates Infrastructure

go dev.to

What if your backend framework could look at your code and automatically provision databases, pub/sub, cron jobs, and API gateways? What Is Encore? Encore is a backend framework (Go and TypeScript) that uses static analysis to understand your app's infrastructure needs and automatically provisions everything — locally, in CI, and in production. // TypeScript version import { api } from "encore.dev/api" import { SQLDatabase } from "encore.dev/storage/sqldb" const db = new SQLDatab

Read Full Tutorial open_in_new
arrow_back Back to Tutorials