UNPKG

@palmares/drizzle-engine

Version:

This is the engine that wraps the hole drizzle interface in a way palmares can understand and have full control of

5 lines 207 B
import { DrizzleDatabaseAdapter } from './engine'; export * from './fields/custom-fields/sqlite'; export { DrizzleDatabaseAdapter }; export default DrizzleDatabaseAdapter; //# sourceMappingURL=index.d.ts.map