SQLite Web Master is a full-featured database management system for sqlite3.
##. Features
- Manage schemas.
- Create/Update/Delete: table - view - trigger - index
- Manage contents.
- In-place edit.
- blob editor.
- Import/Export Contents. Format: xml - csv - sql - mdb(win) - xls(win)
- Manage database files.
##. Requirements
- PHP version 5.3.3 or higher, and Sqlite3 extension must be loaded.
- /tmp directory MUST be writable.
- You can change it(P_TEMP) in etc/config.php
- If you want to import MDB/XLS files:
- Under MS Windows XP(or later) Platform.
- dotnet_com extension must be loaded.
- MADE must be installed. (http://www.microsoft.com/en-us/download/details.aspx?id=13255)
##. Installation
- Unzip and upload all files (Of course except this file.)
- Open index.php?i=pass in your browser, and generate user/pass/salt.the default user/pass is admin/admin.
- Edit etc/config.php, override the user/pass/salt parts.
- Config databases ($_DATABASES - files, $_DB_GROUPS - folders)
- If the file doesn't exist, it will create it as new database.
- For security reason, the databases should NOT be in any place where they can be accessed directly from your browser.
- Open index.php in your browser to use it.
##. License SQLite Web Master is licensed under the Mozilla Public License Version 2.0 . (See LICENSE)
##. Other Licenses
- Glyphicons Free Icons website: http://glyphicons.com/ license: CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
- Codemirror website: http://codemirror.net/ license: MIT-style (http://codemirror.net/LICENSE)
- JQuery website: http://www.jquery.com/ license: MIT-LICENSE (http://en.wikipedia.org/wiki/MIT_License)