Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waqqas/migrator


https://github.com/waqqas/migrator

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

# uripaserpp
C++ library too apply migrations to application database

Building library
---

- `mkdir build`
- `cd build`
- `cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/usr ..`
- `cmake --build . --config Release --target install -- -j $(nproc)`