I need to implement a simple table database that is nice and fast. Needs to talk to .NET and run on Linux/Mono. Pref zero install (just an assembly reference). I could use Sqlite but might be a bit on the slow side. Basically just for implementing a persisted queue type mechanism. But slightly more rich functionality than just a queue.
Any other suggestions?
Any other suggestions?