-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the readme.md file for the amazon_echosystem_parser
- Loading branch information
1 parent
6337787
commit 97290cf
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Amazon Echosystem _arser | ||
Parse the databases from an Amazon Alexa image. | ||
|
||
If new SQLite databases have been identified or schemas have been changed then you can update the SQL queries that access them. | ||
|
||
To update the queries open the Alexa_DB.db3 database in your favorite SQLite browser and update what you need to. | ||
|
||
The file Alexa_Creates.SQL are examples of insert statements into the ALexa_DB.db3 database. | ||
|
||
If you find things are added or changed please let me know and I can add them in or you can create a PR for it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters