rest icon indicating copy to clipboard operation
rest copied to clipboard

Rest serves a fully RESTful API from any SQL database

Results 3 rest issues
Sort by recently updated
recently updated
newest added

if have a `create_at` coloum in table, how to filtering using `gte` and `lte` operator to select by range.

support multi schema/db names: PostgreSQL: postgres://user:passwd@localhost:5432/db_name?search_path=`schema_name1,schema_name2,...` MySQL:mysql://user:passwd@tcp(127.0.0.1:3306)/`db_name1,db_name2,...`

I would like to be able to have something to allow to select distinct values from a table. Something like the '?select=col1' would be nice, it would be used like...