freshyo/packages/db_helper_postgres/index.ts
2026-03-24 20:50:14 +05:30

11 lines
270 B
TypeScript

// Database Helper - PostgreSQL
// Main entry point for the package
// Re-export database connection
export { db } from './src/db/db_index';
// Re-export schema
export * from './src/db/schema';
// Re-export helper methods
export * from './src/helper_methods/banner';