Skip to content

Improve docs and add SQLite batch insert example#21

Merged
chmodas merged 2 commits intotrunkfrom
documentation-improvement
Mar 18, 2026
Merged

Improve docs and add SQLite batch insert example#21
chmodas merged 2 commits intotrunkfrom
documentation-improvement

Conversation

@chmodas
Copy link
Copy Markdown
Owner

@chmodas chmodas commented Mar 18, 2026

Rewrite the README with overview, quick start, how-it-works, and examples sections. Add a runnable example that batch-inserts rows into an in-memory SQLite database using rusqlite's rarray virtual table.

Rewrite the README with overview, quick start, how-it-works, and
examples sections. Add a runnable example that batch-inserts rows into
an in-memory SQLite database using rusqlite's rarray virtual table.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 18, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.11%. Comparing base (030d488) to head (ead9c1b).
⚠️ Report is 4 commits behind head on trunk.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk      #21   +/-   ##
=======================================
  Coverage   99.11%   99.11%           
=======================================
  Files           6        6           
  Lines         340      340           
=======================================
  Hits          337      337           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Use major.minor version specifiers instead of exact patch versions to
give downstream consumers more flexibility.
@chmodas chmodas merged commit 70755fa into trunk Mar 18, 2026
1 check passed
@chmodas chmodas deleted the documentation-improvement branch March 18, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants