Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu authored Jun 7, 2024
1 parent 4982c6b commit 5b95ffd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Dolt Database Driver

This package provides a database/sql-compatible driver for [embedding dolt inside a Go application](https://www.dolthub.com/blog/2022-07-25-embedded/).
It allows you to access local dolt databases via the file system, akin to SQLite.
This package provides a `database/sql` compatible driver for [embedding Dolt inside a Go application](https://www.dolthub.com/blog/2022-07-25-embedded/).
It allows you to access local [Dolt](https://github.com/dolthub/dolt) databases via the file system, akin to SQLite, without running a Dolt server process.

For details of the database/sql package see [this tutorial](https://go.dev/doc/tutorial/database-access).
Below I will cover things that are specific to using dolt with this database driver.

Expand Down

0 comments on commit 5b95ffd

Please sign in to comment.