alvesdan / perlgres

Rest API from a Postgres database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perlgres

The idea is to create a Rest API from a Postgres database. I am using this project to learn Perl.

Endpoints

# List tables
GET /

# List table records
GET /:table

# List table columns
GET /:table/columns

# Add new record
POST /:table

# Show record
GET /:table/:id

# Remove record
DELETE /:table/:id

About

Rest API from a Postgres database


Languages

Language:Perl 99.0%Language:Shell 1.0%