Commit Graph

6 Commits

Author SHA1 Message Date
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
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 08d584974b Upgrade to tide 0.16 across the board to make the async-graphql example code work 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
R Tyler Croy f017ea4660 Pull in the async-graphql dependency for reldata
I'm hoping that I can map objects through with graphql relatively easily so I
don't have to go full REST API for this service

See #63
2021-03-03 22:04:25 -08:00
R Tyler Croy 60e0b82247 Add a stub relational data service while I explore GraphQL
See #63
2021-03-03 22:04:25 -08:00