PlaneDisaster.NET is a SQL Frontend for JetSQL (MS Access) and SQLite.NET databases. It is written in C#. database viewer due to the fact that you need a way to browse Microsoft Access files.
You can retrieve the DDL of a database object. All objects besides tables in JetSQL are supported. JetSQL has no mechanism for giving you a "CREATE TABLE" statement that will exactly duplicate a tables schema. There is much code that attempts to create the DDL by examing the schema of the table. This feature would be good to implement. I will gladly accept contributions in this regard.
Comments