alash3al/sqler
write APIs using direct SQL queries with no hassle, let's rethink about SQL observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2795
- days_rel: n/a
- days_push: 613
- n_releases_24m: 0
Adoption not part of the score
2068 stars · 119 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SQLer is a tiny standalone Go server that turns SQL queries into RESTful APIs, configured via HCL files with named macros. It supports MySQL, PostgreSQL, SQLite, SQL Server, and CockroachDB, with request validation, JavaScript-based data transformation, webhook authorizers, cron scheduling, and a Redis-protocol (RESP) interface.
Use cases
- expose database queries as REST APIs without writing backend code
- build a quick backend-as-a-service on top of MySQL or PostgreSQL
- validate request params and transform query results with JavaScript
- schedule SQL jobs with cron syntax
- query a database over the Redis protocol using any Redis client
- secure SQL-backed endpoints with webhook-based authorization
When to choose
- you want CRUD-style APIs from SQL queries with minimal setup
- you need a lightweight standalone server with no runtime dependencies
- your data lives in MySQL, Postgres, SQLite, MSSQL, or CockroachDB
- you want built-in validation, transformation, and scheduling in one tool
When to avoid
- you need complex business logic beyond simple JavaScript transformations
- you require a full ORM or rich application framework
- you need non-SQL datastores like MongoDB or document stores
- you need fine-grained row-level security or advanced auth flows
Facets
service · maturity maintenance
http-server api-framework database database-driver webhook scheduling middleware backend apis databases web-development self-hosted windows self-hosted go sql-to-rest baas hcl-config redis-protocol macro prepared-statements javascript-transformations linux macos docker
1 source
- readme: https://github.com/alash3al/sqler · fetched 2026-08-28 · fb4e86ae3a0e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alash3al/sqler | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem