vowserDB is a database designed to be used in smaller host-it-yourself projects.
It requires minimal setup and doesn't need a background service - eliminating the need to host a separate database server, e.g. MySQL.
Tables created with vowserDB are compatible with other database software as they are stored in CSV or JSON files.
vowserDB\Table
instance with the name and columns of your table. If the table already exists, vowserDB will use it, otherwise create it.