UNPKG

manifest

Version:

The backend for AI code editors

12 lines (11 loc) 478 B
import { MysqlConnectionOptions } from 'typeorm/driver/mysql/MysqlConnectionOptions'; import { PostgresConnectionOptions } from 'typeorm/driver/postgres/PostgresConnectionOptions'; import { SqliteConnectionOptions } from 'typeorm/driver/sqlite/SqliteConnectionOptions'; declare const _default: () => { database: { sqlite: SqliteConnectionOptions; postgres: PostgresConnectionOptions; mysql: MysqlConnectionOptions; }; }; export default _default;