Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 522 Bytes

use_db.md

File metadata and controls

14 lines (13 loc) · 522 Bytes

Using the DB

  1. Clone this repo
  2. Download dpd.db.tar.bz2 from this page,
  3. Unzip and place the db in the root of the project folder
  4. Install uv for your operating system
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install all the dependencies with uv
uv sync
  1. See scripts/tutorial/db_search_example.py for a quick tutorial on how to use the database with SQLAlchemy