Module

x/nessie/deno.json

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
File
{ "tasks": { "test:unit": "deno test -A --unstable --coverage=coverage tests/unit", "test:integration:cli": "deno test -A --unstable --coverage=coverage tests/integration/cli", "test:integration:update_timestamp": "deno test -A --unstable --coverage=coverage tests/integration/update_timestamps", "bump_version": "deno run --allow-read --allow-write helpers/prepare_release.ts && deno fmt" }, "fmt": { "exclude": [ "coverage" ] }, "lint": { "exclude": [ "tests", "examples", "cli/templates" ] }}