4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java4,212 stars (4,212 stars)1,469 forks (1,469 forks)batch import
featureshelp wanted
Description
事务日志的数据是需要落库到业务库中的,因此需要适配业务库的类型。
首先在没有表的时候需要创建,需要适配不同的数据库。
Contributor guide
- Tech stack
- javasql
- Domain
- backenddatabase
- 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
- JavaSQLLCN framework basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Start by examining the current transaction log implementation in the codebase, likely in files related to logging and database access. Identify the existing database support and the abstraction layer used. Look for any previous discussions or comments in the issue that specify target databases. Then, design a solution to create tables automatically based on the business database type, following patterns used for other database adapters in the project.