SQLite database interface
Winston — Wed, 2009-09-30 12:47
We use SQLite in Modular Combat, and I wanted to be able to browse the database like you might do in SQL Server Management Studio. This application lets you do just that.
Thanks to the System.Data.SQLite.dll package, and the joys of the .NET DataGridView, writing such an application in C# was a dawdle. Hope someone finds it handy!
