orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Build migrations into Orbital startup #279

Closed tjtelan closed 3 years ago

tjtelan commented 3 years ago

I want to rid myself of the diesel_cli requirement.

If I can have Orbital prepare its own database, then it'll be a lot easier to add support for different engines in the future.

This might be hidden behind the orb developer until I feel comfortable enough to integrate it further into server startup behavior.