Is there a way to distribute a (small) stand-alone relational database with a Windows application that does not require users to install additional dependencies such as MS Access, SQL Server, MySQL, SQLite, etc.? Only the application will access the database, and not directly to users.
source
share