Second commit

added few test, first api to add book
This commit is contained in:
2025-09-23 17:16:48 +02:00
parent 0457ca2011
commit 8432902df1
19 changed files with 298 additions and 123 deletions

9
config_test/test.toml Normal file
View File

@@ -0,0 +1,9 @@
# Path to sqlite database file.
database_file_path = "file::memory:?cache=shared"
# The path to the sql file to load for demo data.
demo_data_path = ""
# The port to listen on for the server.
port = "8080"