1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python915 stars (915 stars)63 forks (63 forks)batch import
help wantedk min/hr
Description
...based on the sqlite3 backup API. Needs #92.
Contributor guide
- Tech stack
- pythonsqlite
- Domain
- database
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Issue #92 resolvedFamiliarity with SQLite backup API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Implement a backup function in bayeslite using the sqlite3 backup API as referenced in the issue. The implementation depends on issue #92, which should be resolved first. Review the existing SQLite integration in the repository to understand the pattern for adding new operations. Consider looking at the sqlite3 backup API documentation for the required steps and error handling.