Tagged Questions
An embedded database system is a database management system (DBMS) which is tightly integrated with an application software that requires access to stored data, such that the database system is “hidden” from the application’s end-user and requires little or no ongoing maintenance.
24
votes
26answers
9k views
Which embedded database to use in a Delphi application?
I am creating a desktop app in Delphi and plan to use an embedded database. I've started the project using SQlite3 with the DISQLite3 library. It works but documentation seems a bit light. I ...
20
votes
10answers
3k views
Embedded java databases
I would like to get opinions or suggestions regarding embedded databases in Java.
In particular I was looking at H2, HSQLDB and Derby.
Have you use any of these in a production project?
Do you have ...
18
votes
9answers
2k views
Reliable and efficient key--value database for Linux?
I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value size can be 128K or 256K. The database subsystem shouldn't use more than ...
13
votes
8answers
4k views
Embedded non-relational (nosql) data store
I'm thinking about using/implementing some kind of an embedded key-value (or document) store for my Windows desktop application. I want to be able to store various types of data (GPS tracks would be ...
11
votes
12answers
3k views
Embedded Database for .net that can run off a network
I was (and still am) looking for an embedded database to be used in a .net (c#) application. The caveat: The Application (or at least the database) is stored on a Network drive, but only used by 1 ...
10
votes
14answers
2k views
Full text search with embedded DB in Delphi
We are creating an open source Twitter client and are looking for an embedded DB with the smallest footprint possible that works with Delphi and that lends itself well to full text search (I know that ...
10
votes
8answers
6k views
If possible how can one embed PostgreSQL?
If it's possible, I'm interested in being able to embed a PostgreSQL database, similar to sqllite. I've read that it's not possible. I'm no database expert though, so I want to hear from you.
...
9
votes
6answers
391 views
Embedded (pure Java) database for Clojure
I'm in need for an embedded database for a Clojure application. Maybe it's the same criteria as for any other Java application but I rather get some other people's opinion anyway. I'm not picking ...
9
votes
5answers
3k views
Embedded database for .net
I need an embedded database for one of our .net applications.
This database should support sql (Unlike Berkley).
Can anyone suggest any options.
8
votes
6answers
778 views
Am I crazy? Switching an established product from HSQLDB to Apache Derby
I have an established software product that uses HSQLDB as its internal settings database. Customer projects are stored in this database. Over the years, HSQLDB has served us reasonably well, but it ...
8
votes
8answers
1k views
What's the “best” database for embedded?
I'm an embedded guy, not a database guy. I've been asked to redesign an existing system which has bottlenecks in several places.
The embedded device is based around an ARM 9 processor running at ...
8
votes
11answers
5k views
Highest Performance Database in Java
I need ideas to implement a (really) high performance in-memory Database/Storage Mechanism in Java. In the range of storing 20,000+ java objects, updated every 5 or so seconds.
Some options I am open ...
8
votes
19answers
4k views
Simple database application for Windows
I need to build a simple, single user database application for Windows. Main requirements are independence from windows version and installed software. What technologies (language/framework) would you ...
7
votes
6answers
921 views
Which embedded database has maximum SQL compliance, and concurrency support?
My application at present uses Microsoft Access, but now may be hosted on Linux boxes. Additionally while being accessed from multiple computers, one of these may update the records (when its being ...
7
votes
7answers
4k views
Is there a lightweight, embeddable, key/value database? (something like diet couchdb)
I was wondering if there was a lightweight, embeddable, key/value database out there.
Something like a lightweight Couchdb (RESTful, key/value, etc) where you just send it the key and it responds ...
7
votes
10answers
6k views
What do I need to start using Embedded Firebird with Delphi?
I wan a good lightweight FOSS embedded database to use with Delphi. I've used DBISAM by Elevate Software for years and I just love it, but I like to share the source on some of my utilities, and it ...
6
votes
3answers
3k views
H2 Database vs SQLite on Android
Because of the lack of Unicode support on the embedded SQLite database in Android
I am mostly interested in performance and stability of H2 Database vs Android SQLite
Are you guys using it?
Should I ...
6
votes
2answers
748 views
Are there any embeddable document database engines for Java? Something similar to MongoDB or CouchDB?
Are there any embeddable document database engines for Java, that do not require separate server. I am looking for something similar to MongoDB or CouchDB.
6
votes
3answers
5k views
Does SQLite support replication?
In an application which embeds SQLite3 and uses an in-memory database, is it possible to replicate the database between two running instances of the application? I could do this by hand with a ...
6
votes
13answers
418 views
What options are there for a quick embedded DB in .NET?
I'm making this tiny utility program (Windows Forms) and it would need to save a bit of data to the disk. In DB terms it would be about one table, no more than about couple thousand rows, each row ...
5
votes
2answers
339 views
Is it possible to use MongoDB as an embedded database?
As the title says I like to embedd the MongoDB server into my own C++ application. I haven't found this mode in the documentation. What I was looking for is something like SQLite or Firebird in the ...
5
votes
2answers
5k views
Spring configuration for embedded H2 database for tests
What does your Spring configuration for a datasource with embedded h2 database that you use for integration (JUnit-)tests look like? My first try with a SingleConnectionDataSource basically worked, ...
5
votes
3answers
515 views
What's a good “mobile” .NET database that supports LINQ?
I'm in the process of refactoring an application and I've decided to use a mobile/embedded database.
I've been reading about SQL Server Compact Edition, but I was wondering if any of you knew of any ...
4
votes
2answers
615 views
Embedded MongoDB when running integration tests
My question is a variation of this one.
Since my Java Web-app project requires a lot of read filters/queries and interfaces with tools like GridFS, I'm struggling to think of a sensible way to ...
4
votes
2answers
203 views
A non-relational embedded database with a permissive free software license?
many thanks in advance for taking the time to look at my question.
(I am aware of this question Nonrelational Databases for C++., but my needs are a bit different and it only has one answer.)
I am ...
4
votes
1answer
342 views
JDBC Connection URL For Embedded Derby in a Webapp
I have a derby database that is deployed along with my webapp to WEB-INF/classes/myDb
What should my jdbc.connection url be to connect so that I can write to the database?
I am trying
...
4
votes
5answers
553 views
Good embedded database solution (like SQLite) for .Net
I am looking for file based storage solutions that I can use with a .Net project. THey need to have a sql-like interface for storing and retrieving data. They need to have relatively little overhead ...
4
votes
8answers
1k views
java embedded database w/ ability to store as one file
I need to create a storage file format for some simple data in a tabular format, was trying to use HDF5 but have just about given up due to some issues, and I'd like to reexamine the use of embedded ...
4
votes
2answers
2k views
Using HSQL for .NET developement and related questions of process
My team uses a shared instance of Oracle for development using C#, NHibernate and ASP.NET, and we occasionally step on each others toes when making data or schema changes holding up everyone.
On ...
3
votes
1answer
302 views
Insert Java.sql.Date into Derby Database
I am trying to insert a date object into the database but it says im trying to insert an Integer. Here is my code:
public void insertAssignment(long studentId, String newAssignment, int ptsTotal, int ...
3
votes
2answers
125 views
What's the name of MS's (ongoing?) embedded (serverless) SQL Server version with stored procedures support?
Some months ago I've read an announce of Microsoft to be going to release an embedded (serverless, linked to an application as a library/assembly and using a simple file to store data) SQL Server ...
3
votes
2answers
482 views
Embedding MySQL Database into application in C#
I am currently looking into developing an application in C#. The application will need to use a database backend but I was wondering if it possible to embed a database into the application itself. ...
3
votes
3answers
226 views
Is it possible to have a embedded database in a web application?
Is it possible to have a embedded database in a small web application? What I need is there should not be any need to install any database in the server machine. By just adding a jar in the folder the ...
3
votes
2answers
471 views
Looking for guidance on embedded .NET database (such as db4o, NHibernate, or RavenDB)
I have an object model that I want to store using an embedded database. I have so far been looking at db4o, NHibernate to SQLCE (w/ linq), and RavenDB. This would be used in a desktop C# application.
...
3
votes
3answers
349 views
os.walk() caching/speeding up
I have a prototype server[0] that's doing an os.walk()[1] for each query a client[0] makes.
I'm currently looking in to ways of caching this data in memory, speeding up queries and hopefully allowing ...
3
votes
1answer
622 views
Good embedded database for Qt?
I am looking for good embedded database that i can use for application developed using Qt. The applications target desktop users from various sites of a single large company. The database should be ...
3
votes
2answers
969 views
Cross-platform embedded database/key-value store for C#
I'm looking for a fast, embeddable key/value store with cursor semantics over key collections (or a simple embeddable DB) that I can use in .NET and mono. Need it to be open-source, would prefer an ...
3
votes
5answers
1k views
How Do SQLite and DISQLite Compare for a Large Simple Database?
What are the differences between SQLite and DISQLite and why would I want to pick one over the other?
My context is that I am dealing with a large database (could be up to 10 GB), the critical part ...
3
votes
3answers
2k views
Java, MySQL: Is there a way to embed a MySQL server with a Java program?
One thing I love about .NET is the ability to have a database file along with the project. I know that using a SQLite database, this can be done, but did someone achieve this with a MySQL database ...
3
votes
5answers
3k views
How to do “select current_timestamp” in hsqldb?
Oracle:
select systimestamp from dual
MySQL:
select current_timestamp
SQL Server:
select current_timestamp
PostgreSQL:
select current_timestamp
The question is, how can I get the current ...
3
votes
11answers
1k views
Which local database fits my situation?
I will be building a set of applications. One of these apps is unattended application (written in VB6) which will write data it receives from various sources to a local database. All the other ...
3
votes
6answers
1k views
What embedded database with Isolated Storage support can you recommend?
I'm looking for embedded database engine supporting isolating storage. Currently I'm aware of VistaDB. What else you can recommend?
Requirements are pretty simple:
xcopy deployment
support for ...
2
votes
2answers
59 views
Packaging a Java app. w/DB to run on client machine
I made a simple java desktop application using embedded database. I wanted to package all files into a single file like exe so that client can click just on one file and use the application. I made ...
2
votes
1answer
323 views
Running RavenDB as an EmbeddableDocumentStore and accessing RavenDB Management Studio
I'm playing with an embedded RavenDB => RavenDB-Embedded.1.0.499 package installed via NuGet in Visual Studio 2010. It's being used in a current project that I started after reading this excellent ...
2
votes
1answer
58 views
most simple SQL implementation in standard C to be used in linux-based ARM terminals
Do you know some open-source very tiny SQL server implementation possibly in 1 *.c (or several) file without external dependencies ? Implementation should be very basic - support of most simple forms ...
2
votes
1answer
173 views
Debugging DLLImport in C# pt. 2
I am using the MySQL Embedded Library and using P/Invoke to call the necessary functions to start the server. We resolved some issues regarding it in this topic, however another issue has presented ...
2
votes
1answer
79 views
Problem retrieving results from an index in an embedded RavenDB
I have an index that works great when I query it using the .Net client API with a server based RavenDb.
However, if I change the RavenDb to an embedded type then I cannot query the index directly ...
2
votes
3answers
318 views
Is Firebird good embedded DB for ASP.NET? Which else?
Looking for a good embedded db for my asp.net apps while trying to avoid SQLExpress (I need it to be a downloable file(s) with no need to install at server), I found Firebird. But:
According to this:
...
2
votes
1answer
187 views
Best performance on embedded DB
I'm looking for an embedded DB solution (e.g., SQLite, Access, etc). Out of the ones that are out there (http://en.wikipedia.org/wiki/Embedded_database), which one would have the best performance? ...
2
votes
1answer
216 views
Getting a syntax error when executing SQL statement
I have the following method that drops the database but I get a syntax error and I dont know what is going on.
public void deleteDB(){
try{
Statement s = conn.createStatement();
...