The goal of this project is to test the capabilities of sqlite3 to be used as a database for substructure search.
Substructure search requires 2 steps:
- Search for candidates (using bitwise operation)
- Check if a query is really in the target molecule
On silicon mac you may need:
cd node_modules/better-sqlite3
npm run build-release