Non-installed database

我是研究僧i 提交于 2019-12-11 04:36:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!