Package Exports
- supabase-wechat-xhs
- supabase-wechat-xhs/dist/main/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (supabase-wechat-xhs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
supabase-wechat-stable-v2
一个用于Supabase的同构的微信客户端。
Usage
首先,你需要安装这个库。
npm install supabase-wechat-stable-v2然后你就可以导入库并与数据库建立连接。
import { createClient } from 'supabase-wechat-stable-v2'
// Create a single supabase client for interacting with your database
const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')查询数据(举例)
const { data, error } = await supabase
.from('countries')
.select()
Sponsors
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.
