longcelot-sheet-db
Version:
Google Sheets-backed staging database adapter for Node.js with schema-first design
11 lines • 608 B
TypeScript
export { createPostgresAdapter } from './postgresAdapter';
export type { PostgresAdapterConfig } from './postgresAdapter';
export { createMySQLAdapter } from './mysqlAdapter';
export type { MySQLAdapterConfig } from './mysqlAdapter';
export { SQLAdapterBase } from './sqlAdapterBase';
export type { SQLAdapterConfig } from './sqlAdapterBase';
export { SQLTableOperations } from './sqlTableOperations';
export type { SQLConnection, SQLQueryResult } from './connection';
export type { SQLDialect } from './dialect';
export { PostgresDialect, MySQLDialect } from './dialect';
//# sourceMappingURL=index.d.ts.map