From 59707600553f60fe605a5831e0e38d5464585949 Mon Sep 17 00:00:00 2001 From: "Sebastian H. Gabrielli" Date: Mon, 25 Dec 2023 15:49:43 +0100 Subject: [PATCH] Add DB to readme file info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da37041..88ed61b 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ This is a test of a webserver honoring the sample OmegaV V2 members API. │   │   ├── member.rs ............ My custom structs relating to member functionality │   │   └── mod.rs ............... Allow for importing using the `mod` keyword │   └── webserver_member.rs ...... The webserver functions relating to the member functionality -``` \ No newline at end of file +└── test.db ...................... The SQLite3 database used + +```