Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resql

SQL-files-as-REST-endpoints microservice. Drop a .sql file, get an HTTP endpoint. Rust rewrite of the Bürokratt Resql Spring Boot service.

Version: 0.1.0-alpha.2 License: Apache-2.0 Container: docker.io/turnerrainer/resql:0.1.0-alpha.2

One-command demo

The shipped image wires two SQLite datasources (users and audit) so multi-database routing works out of the box.

docker run --rm -p 8080:8080 turnerrainer/resql:0.1.0-alpha.2
curl "http://localhost:8080/users/hello?name=world"
# [{"greeting":"hello from users db, world!"}]
curl "http://localhost:8080/audit/tail?n=42"
# [{"entry":"audit entry 42","rowId":42}]     ← different backend, same server

Docs

About

SQL-files-as-REST-endpoints microservice (Rust)

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages