fediglam/src/main
jaina heartles 0a42274b27 Build paginated query 2022-09-09 21:02:51 -07:00
..
api Build paginated query 2022-09-09 21:02:51 -07:00
controllers Notes 2022-09-08 00:52:23 -07:00
db User creation 2022-09-07 23:56:29 -07:00
README.md messing w/ stuff 2022-09-07 16:14:52 -07:00
api.zig Build paginated query 2022-09-09 21:02:51 -07:00
controllers.zig Notes 2022-09-08 00:52:23 -07:00
db.zig Create integration test 2022-09-08 22:01:57 -07:00
main.zig Create integration test 2022-09-08 22:01:57 -07:00
memdb.zig Store notes in SQLite 2022-07-15 00:27:27 -07:00

README.md

General overview

  • /controllers/** Handles serialization/deserialization of api calls from HTTP requests
  • /api.zig Business rules
  • /api/*.zig Performs the actual actions in the DB associated with a call
  • /db.zig SQL query wrapper