scylladb / scylladb/python-rs-driver
Add query builder and/or ORM
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6
- Forks
- 7
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 9
Description
Old Python Driver has a cqlengine, which is a sort of ORM I guess.
scyllapy has something simpler - a query builder that allows user to not write query strings.
Having such functionalities will make migration easier - and we know that some customers use cqlengine, so it is important to allow reasonable migration.
This is very vague on purpose - we will need to decide what exactly we want to implement, and what the API will be.
Contributor guide
No contributing guide indexed for this repository
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
The issue names no files, tests, or entry points. Start by comparing the old Python driver's cqlengine with scyllapy's query builder, then define the migration goals and API before implementation; done means an agreed scope and a working query-builder or ORM design.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100