0.9.8 • Published 12 months ago

@badgifter/auth-helpers-sveltekit v0.9.8

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

copy of @supabase but with Multi-Schema

easy to use, just install, then create the client like you normally would.

  • you can specify any default schema like normal through options.db.schema
  • with a single client, you can access rest data from other schemas like below

supabaseClient.from( "TableName", "SchemaNameHere") or supabaseClient.rpc( "TableName", {arguments here}, "SchemaNameHere")

or just use the default schema like normal

supabaseClient.from( "TableName" ) or supabaseClient.rpc( "TableName", {arguments here} )

0.9.8

12 months ago

0.9.7

12 months ago

0.0.0-automated

12 months ago

0.9.6

12 months ago

0.9.5

12 months ago

0.9.4

12 months ago