tursodatabase / tursodatabase/libsql
Add tests for sqlean extensions
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 17.2k
- Forks
- 531
- Avg merge
- 1h 12m
- Merged PRs (30d)
- 1
Description
This PR added tests for #1027 crsqlite and sqlite-vss. We also support bunch of sqlean extensions, so we should add tests for them too.
The tests can be added here: https://github.com/tursodatabase/libsql/blob/d178de8/libsql-sqlite3/test/rust_suite/src/extensions.rs
list of sqlean extensions we support: https://docs.turso.tech/extensions#supported-extensions
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 with libsql-sqlite3/test/rust_suite/src/extensions.rs and compare the existing crsqlite and sqlite-vss tests mentioned in the issue. Use the supported-extensions list in the linked documentation to identify the sqlean extensions to cover. Done means the supported sqlean extensions have corresponding tests in that file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sqlite
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100