es-entity
Version:
ORM framework for Node js based on Ecmascript 6 and Typescript.
14 lines (11 loc) • 356 B
text/typescript
import Connection from './Connection.js';
import HandlerType from './HandlerType.js';
import IConfig from './IConfig.js';
import IConnectionConfig from './IConnectionConfig.js';
import ResultSet from './ResultSet.js';
export default {
Connection,
HandlerType,
ResultSet
};
export { Connection, HandlerType, IConfig, IConnectionConfig, ResultSet };