Module

x/nessie/examples/README.md

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Latest
File

Examples

This folder contains examples of how to use this library.

Config files

The following are minimal example config files:

If you want to include external migrations, check out these examples:

  • With url
  • With GitHub API - this example uses the github api to get the folder content and parse migration files from it.
  • With custom templates - this example uses custom templates and shows how to deal with custom abstract classes.

Migration files

Seed files