3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
export { getDatabase, closeDatabase } from './database';
|
|
export { runMigrations, initializeDatabase } from './migrations';
|