Module
Codegen
- Package
- purescript-supabase
- Repository
- i-am-the-slime/purescript-supabase
#RelationInfo Source
type RelationInfo = { name :: String, referencedTable :: String }#TableInfo Source
type TableInfo = { columns :: Array ColumnInfo, name :: String, relations :: Array RelationInfo }#columnPursType Source
columnPursType :: ColumnInfo -> String#toCamelCase Source
toCamelCase :: String -> String#toPascalCase Source
toPascalCase :: String -> String- Modules
- Codegen
- LSP.
Context - LSP.
SchemaParser - LSP.
Server - Supabase
- Supabase.
Auth - Supabase.
Auth. Types - Supabase.
AuthHelpers - Supabase.
Filter - Supabase.
Realtime - Supabase.
Realtime. ListenType - Supabase.
Realtime. SubscribeStates - Supabase.
SSR - Supabase.
Select - Supabase.
Storage - Supabase.
Supabase - Supabase.
Types - Supabase.
UUID - Supabase.
Util