aboutsummaryrefslogtreecommitdiff
path: root/tosin-macros/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-06-30ensure save_mut works to update tooHEADcanonMelody Horn-29/+72
2021-06-30finish the Queryable impl for modelsMelody Horn-124/+160
2021-06-30use the table name matching what actually existsMelody Horn-0/+29
2021-06-30delete gather_migrations since it gets miscachedMelody Horn-30/+0
2021-06-30add getters & settersMelody Horn-2/+26
2021-06-30finish inserting save_mut for modelsMelody Horn-8/+25
2021-06-30impl Insertable for modelsMelody Horn-0/+45
2021-06-30add Model::newMelody Horn-6/+33
2021-06-30juggle Id so FromSql works outMelody Horn-6/+21
2021-06-28use chrono instead of time in testsMelody Horn-20/+62
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-27/+70
2021-06-19generate diesel::table! in derive(Model)Melody Horn / boringcactus-11/+39
2021-06-18correctly gather model infoMelody Horn / boringcactus-3/+54
2021-06-18lay groundwork for make-migrationsMelody Horn / boringcactus-1/+3
2021-06-18make gathered list names consistentMelody Horn / boringcactus-1/+1
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-3/+38
2021-06-14start working on migrationsMelody Horn / boringcactus-0/+31
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-0/+26