Commit Graph

4 Commits

Author SHA1 Message Date
R Tyler Croy 102ded9756 Finally fiddled around enough to make this work 2021-03-03 22:04:25 -08:00
R Tyler Croy 14d78e009f Check pointing some exploration with graphql for the reldata service 2021-03-03 22:04:25 -08:00
R Tyler Croy 78534ca7d1 Add some Makefile targets to make working with sqlx a little more simple 2021-03-03 22:04:25 -08:00
R Tyler Croy 8a1a47669c Scaffolding up reldata service's data migrations
Right now I'm just working within sqlite, but the migrations will need to be
mirrored for PostgreSQL in the future in `migrations/postgres`

Running this entails using the sqlx-cli (`cargo install sqlx-cli`)

    % sqlx migrate --source migrations/sqlite run
2021-03-03 22:04:25 -08:00