Download the sqlite CLI from the http://www.sqlite.org/download.html website
sqlite command line for windows
sqlite command line for windows phone 8
sqlite command line for Linux
sqlite command line for Mac OS X (x86)
and just run
sqlite3.exe -init yoursqlfile.sql yourdatabasename.db
load an sql file in a sqlite database from command line with macos.
load an sql file in a sqlite database from command line - windows XP.
load an sql file in a sqlite database from command line - windows vista.
load an sql file in a sqlite database from command line - windows 7.
load an sql file in a sqlite database from command line - windows 8.
load an sql file in a sqlite database from command line - Linux.
Comments
Post a Comment