tursodatabase / tursodatabase/libsql

More granular features like chrono

Open
#2,019 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.