KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
doltr
★ 18
Open GitHub ↗
A client for dolt databases
Download README (.md)
Explore Similar Repositories
schema-fixer
:
A small utility to fix data, preserving its types
Nextjs-Ecommerce
:
Single Vendor E-Commerce website built on Next.js | Material.Ui | MongoDB | FireBase | React Context | etc
accelerated-cpp-solutions
:
My solutions for the exercises in the book "Accelerated C++" by Andrew Koenig and Barbara E. Moo
process-roulette
:
A shell script game where you kill random processes on your computer, the more you kill the higher your score!
nft-marketplace
:
Nft marketplace using the Polygon network
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
doltr
?
Download (.md)
# doltr <a href='https://ecohealthalliance.github.io/doltr'><img src='man/figures/logo.png' align="right" height="139" /></a> <!-- badges: start --> [](https://github.com/ecohealthalliance/doltr/actions) [](https://www.repostatus.org/#wip) [](https://www.gnu.org/licenses/agpl-3.0.en.html) [](https://codecov.io/gh/ecohealthalliance/doltr?branch=main) <!-- badges: end --> doltr is a client for [dolt](https://www.dolthub.com), an SQL database with git-like versioning. It is a work in progress, not fully documented, and the API isn't fully baked yet. ## Installation You will need dolt installed on your machine. Get it [here](https://docs.dolthub.com/getting-started/installation). Install the R package with ``` r remotes::install_github("ecohealthalliance/doltr") ``` # Usage The package provides two DBI-compliant drivers to connect to a dolt database. `dolt_remote()` connects to a dolt server via TCP. `dolt_local()` connects to a local database directory. (Behind the scenes `dolt_local()` launches and manages a background server process, which can also be done manually with `dolt_server()`). `dolt()` serves a connection that is cached during the R session and connects via default parameters than can be defined via environment variables. (See `?config`). `dolt_pane()` Provides an RStudio connection pane showing the database. A variety of `dolt_*` functions provide database information and versioning capability. See help files and [dolt documentation](https://docs.dolthub.com/interfaces/sql). ## Code of Conduct Please note that the dolt project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. [](https://www.ecohealthalliance.org/)