use database directory instead of database file

This commit is contained in:
Nathan McCarty 2025-02-02 17:57:27 -05:00
parent fc04245162
commit 3b0e34e66e
7 changed files with 80 additions and 51 deletions

View file

@ -7,7 +7,7 @@ use DB::Post;
#| A literate, markdown, idris post
unit class IdrisPost does Post is json;
unit class IdrisPost does Post is json(:pretty);
#| Marker for disambiguation between post types in json representation, the
#| cheaty way