0.9.8 • Published 2 years ago

@badgifter/auth-helpers-sveltekit v0.9.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.9.7

2 years ago

0.0.0-automated

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.9.4

2 years ago