GenieFramework / GenieFramework/SearchLight.jl
Add API for bulk inserts
Open
help wanted
- Dominant language
- Julia
- Stars
- 149
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
For backends that support it.
Similar to, for MySQL:
* `LOAD DATA INFILE`
* Bulk inserts (`INSERT INTO`): `INSERT INTO class_result VALUES (1,’John’,’A’),(2,’Elsa’,’D’),(3,’Sophia’,’B’),(4,’Paul’,’B’),(5,’Saira’,’A’)`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing insert API and the backend-specific database adapters. Compare the supported backends with bulk-insert capabilities such as MySQL's LOAD DATA INFILE and multi-row INSERT syntax, then define tests showing which backends support the new API and what completion looks like.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, mysql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100