mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 10:26:22 -06:00
Update spelling.md
This commit is contained in:
@@ -13,7 +13,7 @@ database specifications take the form:
|
||||
The `path` part of the name is interpreted differently depending on the protocol:
|
||||
|
||||
- **http(s)** specs describe a remote database to be accessed over HTTP. In this case, the entire database spec is a normal http(s) URL. For example: `https://dev.noms.io/aa`.
|
||||
- **ldb** specs describe a local [LevelDB](https://github.com/google/leveldb)-backed database. In this case, the path component should be a relative or absolute path on disk to a directory in which to store the LevelDB data. For example: `ldb:~/noms-data`.
|
||||
- **ldb** specs describe a local [LevelDB](https://github.com/google/leveldb)-backed database. In this case, the path component should be a relative or absolute path on disk to a directory in which to store the LevelDB data. For example: `ldb:/tmp/noms-data`.
|
||||
- **mem** specs describe an ephemeral memory-backed database. In this case, the path component is not used and must be empty.
|
||||
|
||||
## Spelling Datasets
|
||||
|
||||
Reference in New Issue
Block a user