diff --git a/README.md b/README.md index e811341c..ccc829d1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,40 @@ # mdb2sqlite -mdb2sqlite is a simple tool to convert MS Access database files to SQLite database files. -This tool is provided with a User interface created using wxWidgets. +

+

mdb2sqlite is a simple tool with an objective to simplify Microsoft Access database conversion to SQLite.

-![Alt text](img/start-window.png) -
+## Features +Abillity to transfer: +* Tables +* Fields +* Records +* Relationships(MS Accces) / Triggers(SQLite) +* Indexes +* Indexes properties + * UNIQUE + * COLLATE NO CASE +* Field comments +* Constraints + * PRIMARY KEY + * FOREIGN KEY + * NOT NULL + * AUTOINCREMENT + * DEFAULT + * UNIQUE + * COLLATE NO CASE + +Additional attributes: + * Multiple primary key support + * Trim text values - Trim spaces from data from the beggining and end of the record. + * Reserved key word list - Used to generate warnings if SQLite keywords are used in transferable data thus notifying users of pottencialy uncorrect locations. + * Foreign key both primary fields - If this element is used FOREIGN KEY is not created if both keys in the relationship are PRIMARY KEYS. + * SQLite SQL statement dump to a text file. + +Colourful log: + * All transfers display + * Warnings display + * Errors display + +## Screenshoots ![Alt text](img/configuration-window.png) ![Alt text](img/structure-preview-window.png)