Support multiple DBs in a single commit graph
Open
enhancement
multi-db
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Today, every database (in the `CREATE DATABASE` sense) is its own dolt repository with its own commit history. This is the simplest model to understand and implement.
However, some customers may also want multiple logical DBs to share a single commit history. There should be configuration that makes it possible for `CREATE DATABASE` statements to create a new DB in the same repository, with the same commit history.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.