Skip to content

Instant RESTful data access service for your PostgreSQL database.

License

Notifications You must be signed in to change notification settings

laserpants/trombone

Repository files navigation

This code is no longer maintained. For a similar project, see https://postgrest.com.

Trombone

Trombone is a data access server for PostgreSQL. Its chief purpose is to translate JSON-formatted HTTP requests to database statements with results returned in JSON, while complying with standard response code and error conventions.

You may find this software useful if;

  1. your application relies on relational SQL schemas; and
  2. you need to expose JSON data via a RESTful web service interface.

In a nutshell

A Trombone configuration file consists of a collection of route patterns:

GET resource/:id  ->  SELECT * FROM resources WHERE id = {{:id}}

Documentation

Contribute

License

The project is licensed under the BSD license.

About

Instant RESTful data access service for your PostgreSQL database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published