Add create if not exists api
Open
- Dominant language
- Rust
- Stars
- 11.4k
- Forks
- 1.1k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 140
Description
Currently you need an if statement to check if the table exists explicitly, otherwise examples fail on repeated run
Contributor guide
Research direction
Start by locating the table-creation API and its existing handling for tables that already exist. Define the intended create-if-not-exists behavior and identify the examples that currently fail on repeated runs. Done means callers no longer need an explicit existence check and repeated example runs succeed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100