very-simple-orm
Version:
This is simple orm for typesript/javascript projects
7 lines • 497 B
TypeScript
import Table from "./classes/Table";
import { FIELD } from "./Iinterfaces/index";
import { StringType, NumberType, EnumType, DateType, DateTimeType, BooleanType, DoubleType, TextType, CURRENT_TIMESTAMP_TYPE, NULL_TYPE, AS_DEFINED_TYPE } from "./Iinterfaces";
export { Table };
export type { FIELD };
export { StringType, NumberType, EnumType, DateType, DateTimeType, BooleanType, DoubleType, TextType, CURRENT_TIMESTAMP_TYPE, NULL_TYPE, AS_DEFINED_TYPE };
//# sourceMappingURL=index.d.ts.map