Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timbze authored Dec 27, 2024
1 parent c662367 commit 5ff4439
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ Genesis 1:1-3 In the beginning God created the heaven and the earth.
## How it works

- Bible references are parsed using the [Bible Passage Reference Parser](https://github.com/openbibleinfo/Bible-Passage-Reference-Parser) library. It's stored locally in the extension, slightly modified to work with ES5 which was done by someone in the [AndBible](https://github.com/AndBible/and-bible) team.
- The parsed references are then used to query the local SQLite database of MyBible format. The extension uses the [sqlite3](https://www.npmjs.com/package/sqlite3) npm package to access the database.
- The parsed references are then used to query the local SQLite database of MyBible format. The extension uses the [sqlite3](https://www.npmjs.com/package/sqlite3) npm package to access the database.

## Known issues

- Extension is not working everywhere, and I think this is because of the processor architecture. The sqlite3 library gets built on x64 so only the binary for that platform is added by default. Need to figure out a way to solve this.

0 comments on commit 5ff4439

Please sign in to comment.