Question

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!

Était-ce utile?

La solution

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

Autres conseils

A leading server-less SQL Database is SQLite.

To determine when to use SQLite vs another DB, visit this link.

Try SQLite. C written and embeddable

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top