A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
### Operating System Linux ### Deno version deno 1.19.2 ### Nessie version 2.0.1 ### Bug description can't import module NessieConfig ### Steps to reproduce ``` import { ClientSQLite, NessieConfig, } from "https://deno.land/x/[email protected]/mod.ts"; ``` ### Aditional information ``` import { ClientSQLite, NessieConfig } from "./deps.ts"; const client = new ClientSQLite("./database.sqlite"); /** This is the final config object */ const config: NessieConfig = { client, migrationFolders: ["./src/db/migrations"], seedFolders: ["./src/db/seeds"], }; export default config; ``` ``` import { ClientSQLite, NessieConfig, } from "https://deno.land/x/[email protected]/mod.ts"; ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ralyodio and has received 3 comments.