hennep
Programmer
- Dec 10, 2000
- 429
I have just built an application that uses sqlite for data storage. It's a very good solution when you do not need multiple threads to access the data at the same time.
But what if you do, what if you application wants a multi user database?
I don't want to run setup procedures for installing oracle,sqlserver,mysql,... as a dependancy for my own application.
Is there any database that uses a single file for storage and has multiuser capabilities as well? Preferably with the database engine compiled into my own exe-file
thanks,
Hennie
But what if you do, what if you application wants a multi user database?
I don't want to run setup procedures for installing oracle,sqlserver,mysql,... as a dependancy for my own application.
Is there any database that uses a single file for storage and has multiuser capabilities as well? Preferably with the database engine compiled into my own exe-file
thanks,
Hennie