1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

dolt: add page (#5475)

This commit is contained in:
bl-ue 2021-03-19 09:13:34 -04:00 committed by GitHub
parent d526739418
commit 025044fa70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/common/dolt.md Normal file
View file

@ -0,0 +1,12 @@
# dolt
> Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.
> More information: <https://github.com/dolthub/dolt>.
- Execute a dolt subcommand:
`dolt {{subcommand}}`
- List available subcommands:
`dolt help`