View Single Post
Old 11-13-2008, 12:54 AM   #5
SirTimothy
Junior Member
SirTimothy began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Sep 2008
Device: none
Quote:
Originally Posted by DMcCunney View Post
One question, though: I note you shifted from Firebird to custom code for the database. Have you looked at SQLite?
I think I probably saw it when I was looking for a database solution. I'm writing HL in completely C#, and it looks like SQLite only really has C/C++ bindings. So, on top of figuring out clean ways to handle arbitrary upgrades to existing library databases, I'd have to learn how to use unmanaged C/C++ code from within C# (I know it's not too hard, but I haven't done it). So I've just rolled my own.
SirTimothy is offline   Reply With Quote