Add DB to readme file info

This commit is contained in:
Sebastian H. Gabrielli 2023-12-25 15:49:43 +01:00
parent 9d6e27415e
commit 5970760055

View File

@ -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 │   │   ├── member.rs ............ My custom structs relating to member functionality
│   │   └── mod.rs ............... Allow for importing using the `mod` keyword │   │   └── mod.rs ............... Allow for importing using the `mod` keyword
│   └── webserver_member.rs ...... The webserver functions relating to the member functionality │   └── webserver_member.rs ...... The webserver functions relating to the member functionality
└── test.db ...................... The SQLite3 database used
``` ```