aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorLines
2021-06-30finish inserting save_mut for modelsMelody Horn-3/+3
2021-06-29lol no genericsMelody Horn-4/+2
2021-06-29correctly gather current timeMelody Horn-1/+4
2021-06-28fmtMelody Horn-23/+19
2021-06-28use chrono instead of time in testsMelody Horn-1/+1
2021-06-23start impling diesel::Queryable for ModelsMelody Horn / boringcactus-2/+39
2021-06-19generate diesel::table! in derive(Model)Melody Horn / boringcactus-0/+4
2021-06-18make gathered list names consistentMelody Horn / boringcactus-2/+2
2021-06-18make model metadata available in AppConfigMelody Horn / boringcactus-2/+10
2021-06-16extend tutorial furtherMelody Horn / boringcactus-0/+15
2021-06-16actually run migrationsMelody Horn / boringcactus-0/+1
2021-06-16make database backends genericMelody Horn / boringcactus-3/+9
2021-06-14make backend more explicitMelody Horn / boringcactus-1/+0
2021-06-13lay groundwork for modelsMelody Horn / boringcactus-2/+75
2021-06-13macro based url map definitionMelody Horn / boringcactus-10/+9
2021-06-13add structure for settingsMelody Horn / boringcactus-3/+8
2021-06-12actually implement the easy exampleMelody Horn / boringcactus-13/+18
2021-06-12stub out basic implementationMelody Horn / boringcactus-6/+6
2021-06-12add aspirational exampleMelody Horn / boringcactus-0/+27