Small. Fast. Reliable.
Choose any three.
*** 11,13 ****
--- 11,17 ----
  _:Write support is currently being worked on and the first cut is expected to be included in the 0.6 release.
  
  _:*Note:* I don't think it supports SQLite right now, but this project can be continued and used for that purpose.
+ 
+ *: Simple VB MDB to SQLite
+ 
+ _: I coded up a small limited visual basic tool that takes in an MDB and produces a text file that can be piped into the sqlite command line tool to create a database.  It's simple and very dirty code, but it does work for simple databases.  It's attached to this document and you can do whatever you want with it.