.. | ||
api | ||
controllers | ||
db | ||
api.zig | ||
controllers.zig | ||
main.zig | ||
memdb.zig | ||
migrations.zig | ||
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