February 01, 2006
I'm looking for a database that can be embeded on a D application I'm writing. Apart from SQLite and Firebird what other databases are available for embeding?

I don't need a full fledge SQL server. Something that stores a couple of tables with indexes for faster retrieval would be enough. SQL is overblown for my app.

Thanks.