Sha256: 4d3fd434c30d8f75bf087bd02077214909f37006def22993ebb0097ba644beb3

Contents?: true

Size: 608 Bytes

Versions: 5

Compression:

Stored size: 608 Bytes

Contents

# postgrest

# Why
Have a different way to interact with data from your [postgresal] database.

You can either interact with the data via your browser,

http://localhost:4567/

or hit the rest interface directly.

http://localhost:4567/:env/:tbl

# How

Fire up the server, providing as many connection strings as you like.
Connection strings are provided as environment variables.

# What

$ DB=pgsql://postgrest_test_user:postgrest_test_pass@localhost:5432/postgrest_test postrest

http://localhost:4567/DB/test_tbl?field1=value1&field2=value2
or
http://localhost:4567/:db/:tbl?field1=value1&field2=value2

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
postrest-0.0.7 README.md
postrest-0.0.6 README.md
postrest-0.0.5 README.md
postrest-0.0.3 README.md
postrest-0.0.2 README.md