UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

4 lines 240 B
export { createMongooseAdapter } from './mongoose/adapter-loader.js'; export { createSequelizeAdapter } from './sequelize/adapter-loader.js'; export { createNodeSqliteAdapter } from './nodesqlite/index.js'; //# sourceMappingURL=index.js.map