File tree Expand file tree Collapse file tree 6 files changed +3095
-4
lines changed
examples/projects/neurokb Expand file tree Collapse file tree 6 files changed +3095
-4
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,20 @@ See [requirements.txt](requirements.txt) for full list.
330330- CMake 3.15+
331331- No external dependencies for core library
332332
333+ #### Optional Database Support
334+
335+ The library can optionally support loading data from databases. These dependencies are auto-detected at build time:
336+
337+ - **SQLite**: Install `sqlite3` development libraries
338+ - **MySQL**: Install MySQL client libraries
339+ - macOS (Homebrew): `brew install mysql` or `brew install mysql-client`
340+ - Ubuntu/Debian: `apt install libmysqlclient-dev`
341+ - **PostgreSQL**: Install PostgreSQL client libraries
342+ - macOS (Homebrew): `brew install libpq`
343+ - Ubuntu/Debian: `apt install libpq-dev`
344+
345+ CMake will report which database backends are enabled during configuration.
346+
333347## Contributing
334348
335349Contributions are welcome! Areas of interest:
You can’t perform that action at this time.
0 commit comments