问题
I need a database for my application. However, I want a portable database like SQL Express that user does not need to install any database.
However my environment is now changed to Linux. Any suggestions?
I accept both SQL (Oracle, SQL Server, Postgre...) and non-SQL (mongodb...etc) databases. Thanks!
回答1:
SQLite is the de facto standard.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely depl
回答2:
A leading server-less SQL Database is SQLite.
To determine when to use SQLite vs another DB, visit this link.
回答3:
Try SQLite. C written and embeddable
来源:https://stackoverflow.com/questions/8676568/non-installed-database