Skip to content

dolthub/doltcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cff2cbb · Jan 5, 2024
Jan 5, 2024
Apr 6, 2021
Jan 5, 2024
Mar 10, 2021
Jan 5, 2024
Mar 25, 2021
Mar 9, 2021
Jun 25, 2021
Oct 4, 2023
Feb 14, 2023
Jan 5, 2024

Repository files navigation

DoltCLI

This is a minimalist package intended for data engineering applications:

  • unzipped size ~100kb
  • one dependency -- Dolt binary
  • only changes when Dolt changes

If you are a data scientist or are using Pandas there are three options:

Note: doltcli is in development. The interface does not completely wrap Dolt CLI yet, and may have function signature changes in the short-term. Reach out to the team on our discord if you have questions regarding production use-cases.

Dev Setup

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

-Install dependencies:

poetry install

Now you can run tests and use doltcli.