Skip to main content
Module

x/nessie/egg.json

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.6/src/schema.json", "name": "Nessie", "description": "A modular database migration module for Deno.", "version": "1.3.1", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [ "./*.ts", "./cli/**/*", "./clients/**/*", "./wrappers/**/*", "./README.md" ], "check": false, "checkFormat": false, "checkTests": false, "checkInstallation": false, "entry": "./mod.ts", "homepage": "https://github.com/halvardssm/deno-nessie", "ignore": [], "unlisted": false}