Top Banner
1 SQLite, Chrome with JAvascript-based Database Editor "JADE" CS3200 Database design (sp18 s2) Version 1/10/2018
12

SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

Mar 29, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

1

SQLite,ChromewithJAvascript-basedDatabaseEditor"JADE"

CS3200 Databasedesign(sp18 s2)Version1/10/2018

Page 2: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

2

Overview

• WerecommendthatyouuseSQLitewithFirefox• ThisdocumentprovidesanalternativeapproachbyusingGoogleChrome

Page 3: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

3

LinktotheChromeappJAvascript basedDatabaseEditor(JADE)–https://chrome.google.com/webstore/detail/javascript-based-database/bponbdjkefbmgkfiiphhabghkkfocook?hl=en

Popsupasbelow

Page 4: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

4

Click on ‘ADD TO CHROME’

Page 5: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

5

Click on ‘Add app’

The App will get added in Chrome Browser

Page 6: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

6

After the extension is added go to Chrome Apps via - chrome://apps/

OR

Click on ‘Apps’ on your browser

Page 7: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

7

App page opens as below

Click on JADE

Page 8: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

8

JADE App opens as below

Click on the “more options” symbol

Page 9: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

9

Click on “Import SQL”

Browse and select the sql file downloaded from the course page –300 - Small_IMDB_for_SQLite.sql

Page 10: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

10

Check the check box and click in ‘IMPORT’

Page 11: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

11

7 tables are seen here

Enter your SQL queries here and click ‘Run SQL’ button to execute

Click on templates for syntax hints

Page 12: SQLite, Chrome with JAvascript-based Database Editor JADE · 2018-01-19 · Import 300 - Small_lMDB_for_SQLite.sql Use BEGIN/COMMIT TRANSACTION If checked, the import will be performed

12

Query results displayed as above