🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] > [github.com/calebmer/postgrest-client](https://github.com/calebmer/postgrest-client) ## 概述 ## 安装 ``` npm install postgrest-client ``` ## 使用 ``` var PostgREST = require('postgrest-client') var Api = new PostgREST('https://postgrest.herokuapp.com') ```