Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arturasn authored Jul 15, 2020
1 parent f031cca commit e3b0b9f
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
<p align="center"><img src="img/start-window.png"></p>
<p align="center">mdb2sqlite is a simple tool with an objective to simplify Microsoft Access database conversion to SQLite.</p>

![Alt text](img/start-window.png)
<br/>
## 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)

Expand Down

0 comments on commit e3b0b9f

Please sign in to comment.