UNPKG

mongo2crate

Version:

Sync MongoDB to CrateDB and Convert JSON schema to SQL DDL

6 lines (5 loc) 150 B
export * from './syncData.js'; export * from './convertSchema.js'; export * from './crate.js'; export * from './types.js'; export * from './util.js';