user2837615
user2837615

Reputation: 296

Embedded database for stand alone desktop application C# .net

Is there a database engine which fulfills the following requirements?

My desktop application (with C# .net) requirements are:

  1. it must be embedded with the application
  2. it must have full text search feature on blob data
  3. database limit must have maximum capacity (up to 10 gb)

Upvotes: 4

Views: 7340

Answers (1)

Denis
Denis

Reputation: 6082

SQLite has 140 terabytes maximum database size, and full text search

Upvotes: 2

Related Questions