mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
Resolve conflicts in setup-databases.{ts,test.ts}:
- Adopt main's new pickDatabaseScope API (schemas + schemaSuggestion +
lazy listTablesForSchemas) in place of the older eager-discovery flow.
- Preserve the comma-separated free-text fallback when listSchemas fails:
on failure, prompt the user, persist via writeScopeConfig, and pass the
typed list through as effectiveCliSchemas / initialSchemas /
schemaSuggestion to the new picker.
- Keep the dedicated fallback test alongside main's lazy-callback test.
|
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| content | ||
| lib | ||
| public | ||
| tests | ||
| .gitignore | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.mjs | ||
| proxy.ts | ||
| source.config.ts | ||
| tsconfig.json | ||