Skip to content

A tool that takes a SQLite database as an input and outputs a series of model files that represent the database. The model files can be used with the blackberry-sqlite-provider library found at http://github/samkirton/

Notifications You must be signed in to change notification settings

samkirton/blackberry-sqlite-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackberry-sqlite-parser

A tool that takes a SQLite database as an input and outputs a series of model files that represent the database. The model files can be used with the blackberry-sqlite-provider library found at http://github/samkirton/

To run the parser you must change the constants in com.sqlite.parser.entry EntryPoint.java file

SQLITE_WINDOWS_FILE_PATH

  • Enter the full path of where your SQLite database resides

SQLITE_WINDOWS_OUTPUT_PATH

  • Enter the full path of where you would like the model classes to be generated

PACKAGE_NAME

  • The package where the generated model files will reside in your mobile project

About

A tool that takes a SQLite database as an input and outputs a series of model files that represent the database. The model files can be used with the blackberry-sqlite-provider library found at http://github/samkirton/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages