Tag Archives: interface

SQLite interface

Though I’ve now largely moved away from the project, Modular Combat servers used SQLite databases for storing persistant player information. I wanted an easy way to be able to query and edit these databases from my desktop, and didn’t find one to hand.

So, with the help of the System.Data.SQLite dll, this cheap-and-cheerful database interface program was born. Point it at a SQLite database file, and you can browse, query and edit your data. Think of it like a (thoroughly) stripped down version of SQL Server Management Studio, but for SQLite.

You can download it here, if you’re so inclined. I hope you find it useful!