Install
Usage
use PostgrestClient;
const URL: &str = "https://org-postgrest-query-demo-inst.data-1.use1.tembo.io/restapi/v1";
async
TODO
- Simple
Rust -> PostgREST -> Postgres
leveragingserde
and resembling the Prisma query builder - Allow providing custom schemas to enable even better type safety
- Potentially let consumers provide their own fetcher (defaults to reqwest) for now
- Compile time query checks (similar to
sqlx
) - Explore potential ports of this to other languages (TypeScript, Python, Go, etc.)