Commit Graph

2 Commits

Author SHA1 Message Date
R Tyler Croy 7fc0902d4c
Add the projects table to keep track of the projects configured 2023-01-29 17:42:06 -08:00
R Tyler Croy 09ed646c76
Implement some JANKY AF data access layers
Things I've learned today:

* The [sqlx
  documentation](https://docs.rs/sqlx/0.6.2/sqlx/sqlite/types/index.html#uuid)
  is *lying* about its `uuid` support. Basically `query_as!` does not
  ser/deserialize `Uuid` properly in/out of Sqlite with `TEXT` _or_ `BLOB`
* There are [no useful
  examples](https://github.com/launchbadge/sqlx/issues/1014) of doing nested
  struct queries in sqlx at the moment
2023-01-29 17:28:40 -08:00