Web application to view/modify sqlite databases on a server or locally.
- Select
- Edit
- Delete
- Update
- Import
- Export (with advanced features such as selecting wich columns to export, changing the names of the columns and adding a where statement)
- Download
- Vacuum
- Execute raw SQL
- Clone
- Generate statements
- Exectute same SQL for different databases at once
- Databases are searchable
- Settings are editable in the web application except for the password. (directory, subdirectories, extensions, ...)
- It is more user friendly
- node.js
- npm
- https://github.com/nodejs/node-gyp#installation
- git clone https://github.com/LaurentDhont/sqliteAdmin.git
- cd sqliteAdmin
- npm install
- npm run build
- npm start
Default password: passwordForSqliteAdmin: this can be changed in the sqliteAdmin/config/config.conf file