1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)Rust13,916 stars (13,916 stars)1,307 forks (1,307 forks)batch import
E-easydb:mysqldb:otherhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- rustsqlpostgresqlmysqlaws
- Domain
- backenddatabasetestingdocumentationcloud
- Issue type
- test
- 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
- Rust programmingSQLx libraryAWS Aurora basicsTesting methodologies
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Set up an Amazon Aurora instance (or use a local emulator) and run existing SQLx integration tests, particularly the MySQL and PostgreSQL test suites, to verify compatibility. Document any configuration differences or issues encountered. Refer to the 'tests' directory and the database modules in 'src/database/mysql' and 'src/database/postgresql' for guidance on test structure.