An open API service indexing awesome lists of open source software.

https://github.com/sombriks/no-rollback-from-here

experimenting with the simplest database migration solution. in several flavors!
https://github.com/sombriks/no-rollback-from-here

dbmate flyway knex liquibase migrations

Last synced: 5 months ago
JSON representation

experimenting with the simplest database migration solution. in several flavors!

Awesome Lists containing this project

README

          

# [no-rollback-from-here][repo]

[![MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)

[![Java CI](https://github.com/sombriks/no-rollback-from-here/actions/workflows/java.yml/badge.svg)](https://github.com/sombriks/no-rollback-from-here/actions/workflows/java.yml)
[![Node CI](https://github.com/sombriks/no-rollback-from-here/actions/workflows/node.yml/badge.svg)](https://github.com/sombriks/no-rollback-from-here/actions/workflows/node.yml)

[![GitHub Maven Release](https://img.shields.io/github/v/release/sombriks/no-rollback-from-here?label=GitHub%20Maven%20release)](https://github.com/sombriks/no-rollback-from-here/packages/2214778)
[![npm](https://img.shields.io/npm/v/no-rollback-node?style=plastic)](https://www.npmjs.com/no-rollback-node)

## Why

[i felt challenged][origin].

## Projects

- [no-rollback-java][java]
- [no-rollback-golang][golang]
- [no-rollback-node][node]

See individual projects for details

## Noteworthy

[repo]: https://github.com/sombriks/no-rollback-from-here/
[origin]: https://www.reddit.com/r/java/comments/1eadb2o/how_does_java_not_have_a_simple_open_source/
[java]: ./no-rollback-java
[golang]: ./no-rollback-golang
[node]: ./no-rollback-node