Android Open Source - SQLite database SQLiteMigrationManager






Project Summary

Simple Android SQLiteDatabase migration manager for bootstrapping and applying migration updates to SQLite databases..

Web Site / Source Repository

SQLiteMigrationManager is hosted in the following web site
https://github.com/layerhq/SQLiteMigrationManager

If you think the Android project SQLiteMigrationManager listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SQLiteMigrationManager.

ItemValue
Java File Count12
Activity Count0
jar files usedmonkeybutler-1402070000.jar




License

The license information of SQLiteMigrationManager is as follows:

Apache License

Java Source Files

com.layer.sqlite.Fixtures.java
com.layer.sqlite.ResourceDataSourceTests.java
com.layer.sqlite.SQLParserTests.java
com.layer.sqlite.SQLParser.java
com.layer.sqlite.SQLiteMigrationManagerTests.java
com.layer.sqlite.SQLiteMigrationManager.java
com.layer.sqlite.datasource.DataSource.java
com.layer.sqlite.datasource.ResourceDataSource.java
com.layer.sqlite.migrations.Migration.java
com.layer.sqlite.migrations.ResourceMigration.java
com.layer.sqlite.schema.ResourceSchema.java
com.layer.sqlite.schema.Schema.java