use database directory instead of database file
This commit is contained in:
parent
fc04245162
commit
3b0e34e66e
7 changed files with 80 additions and 51 deletions
|
@ -6,7 +6,7 @@ use JSON::Class:auth<zef:vrurg>;
|
|||
use DB::Post;
|
||||
|
||||
#| An empty placeholder post
|
||||
unit class PlaceholderPost does Post is json;
|
||||
unit class PlaceholderPost does Post is json(:pretty);
|
||||
|
||||
#| Marker for disambiguation between post types in json representation, the
|
||||
#| cheaty way
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue