tursodatabase / tursodatabase/libsql
More granular features like chrono
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 17.2k
- Forks
- 531
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 1
Description
I'd like to be able to use features like chrono without pulling in all of sync. Usage of chrono shouldn't have to pull in uuid.
Separating it out would make it easier to add support for other datetime crates like jiff and time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the dependency feature definitions in libsql/Cargo.toml, especially the linked sync feature configuration. Determine how chrono can be enabled without uuid or the full sync feature, while leaving room for jiff and time; done means the dependency features are independently selectable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100