Skip to content

nschema-org/NSchema

Repository files navigation

NSchema

NSchema

Warning

This project is still very new, and although I'm making great headway, there's no stable release just yet. Feel free to follow my progress though, or ask questions if you're interested. Just know it's not production ready just yet.

NSchema

A declarative database schema migration tool. You describe the schema you want, and NSchema computes and applies the migration to get there — think Terraform for your database schema.

Installation

dotnet tool install --global nschema

This installs the nschema command.

Quickstart

nschema init     # scaffold a project (config + sample schema)
nschema plan     # preview the migration
nschema apply    # apply it

Documentation

Full documentation lives at nschema.dev:

License

See LICENSE.

About

A declarative database schema migration tool built for .NET.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages