UNPKG

baseflow-client

Version:

Official TypeScript/JavaScript client for BaseFlow - a powerful BaaS with OAuth authentication, RPC functions, database indexes, real-time features, and Supabase-compatible API

6 lines (5 loc) 423 B
export { createClient } from './client'; export { BaseFlowClient } from './client'; export { defineTable, createSchema, validateFieldType } from './schema'; export type { BaseFlowClientOptions, QueryBuilder, BaseFlowResponse, BaseFlowError, PostgrestFilterBuilder, PostgrestQueryBuilder, PostgrestBuilder, AuthEvent, AuthSession, AuthUser } from './types'; export type { TableDefinition, FieldDefinition } from './schema';