
SQLite Overview
SQLite is a completely free, single-user, open-source database engine that is taking the world by storm. It is known for being fast, reliable, compact and easy to use.
SQLite is used by Adobe Air, Google Gears, REALbasic, Mac OS X (CoreData) and much more.
Migrating to SQLite
Because SQLite is so popular is is being used by more and more developers on their projects. Until now, there has been no easy way to migrate your schema and data from other databases to SQLite. Now with SQLite Migrator you can do it easily.
SQLite Migrator can migrate from any database that you can connect to using ODBC . It has been successfully tested against a wide variety of databases, including:
- Microsoft Access
- FoxPro
- MySQL
SQLite Migrator will migrate all your tables, primary keys and columns, converting them to the equivalent SQLite data types (INTEGER, TEXT , REAL, BLOB ). You can also choose to migrate all your data as well. A complete log of the migration is displayed for you to review when the migration is complete.
