Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryansgot/e91675e7e80acb80391b2787202fdde1 to your computer and use it in GitHub Desktop.
Save ryansgot/e91675e7e80acb80391b2787202fdde1 to your computer and use it in GitHub Desktop.
forsuredb-android-directdb-config
forsuredb {
applicationPackageName = 'com.fsryan.forsuredb.example'
resultParameter = "com.fsryan.forsuredb.queryable.DirectLocator"
recordContainer = "com.fsryan.forsuredb.queryable.FSContentValues"
migrationDirectory = 'app/src/main/assets'
appProjectDirectory = 'app'
resourcesDirectory = 'app/src/main/resources'
fsSerializerFactoryClass = 'com.fsryan.forsuredb.example.JsonAdapterFactory'
dbmsIntegratorClass = 'com.fsryan.forsuredb.sqlitelib.SqlGenerator'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment