For live test, visit https://waliul-islam-mondal.github.io/chrome-browser-local-sqlite-cpanel/
This is a javascript+html only project. It doesn't use server side coding/script. You can just download this project and run in your local chrome browser.
After you open this page in your chrome browser, you can
Add/remove table from chrome's local storage. Add/edit/remove data from table. Write and execute query on tables.
** SQLite is similar to mysql. But, it is not equal to mysql. SQLite supports only a subset of mysql. ** If you want to change database name, open sqlitecore.js and set db_name = new database name. ** Chrome browser supports local sqlite database. May be, others like firefox/opera don't support.