Allow passing of configs when creating new databases
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We should be able to pass database specific configs (e.g., leveldb config file) when creating a new database in Larry.
Contributor guide
Research direction
Start by locating Larry's database-creation entry point and reviewing how its different key-value database backends are initialized. Determine how database-specific configuration, such as a LevelDB config file, should be represented and passed. Done means callers can provide those configs when creating a new database without breaking existing backends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100