tests.js:import { test, describe, it, before } from 'node:test'
tests.js:import assert from 'node:assert'
tests.js:import { createSchema } from './src/index.js'
tests.js:import { Schema } from './src/Schema.js'
tests.js:import * as flatted from 'flatted'
eslint.config.js:import neostandard from 'neostandard'
example.js:import { createSchema } from './src/index.js'
example.js:import * as flatted from 'flatted'
test-knex-table-real.js:import { test, describe, it, beforeEach, afterEach } from 'node:test'
test-knex-table-real.js:import assert from 'node:assert'
test-knex-table-real.js:import knex from 'knex'
test-knex-table-real.js:import { createSchema, createKnexTable, generateKnexMigration } from './src/index.js'
src/CorePlugin.js:import * as flatted from 'flatted'
src/index.js:import { Schema } from './Schema.js'
src/index.js:import CorePlugin from './CorePlugin.js'
