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

https://github.com/absaoss/ultet

Database deployment tool. Instead of migrations, it uses a state-based approach.
https://github.com/absaoss/ultet

Last synced: 27 days ago
JSON representation

Database deployment tool. Instead of migrations, it uses a state-based approach.

Awesome Lists containing this project

README

          

# ultet

### Building and testing
To build and test the package locally, run:
```
sbt clean test
```

### How to generate Code coverage report
```sbt
sbt ++{scala_version} jacoco
```
Code coverage will be generated on path:
```
{project-root}/target/scala-{scala_version}/jacoco/report/html
```