@badgifter/supabase-js
TypeScript icon, indicating that this package has built-in type declarations

2.15.1 • Public • Published

supabase.js from supabase

This is same js package from @supabase, but with an option to specify the schema in the .from() or .rpc() calls

Should work if you want to get data from another schema.

.from( TableName, SchemaName )

.rpc( fn_name, Args, SchemaName )

Just don't add a SchemaName if you want it to use the default schema that you initiated the client with.

Package Sidebar

Install

npm i @badgifter/supabase-js

Weekly Downloads

1

Version

2.15.1

License

MIT

Unpacked Size

204 kB

Total Files

76

Last publish

Collaborators

  • badgifter