Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 970 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 970 Bytes

zombiezen.com/go/sqlite Contributor's Guide

zombiezen.com/go/sqlite is @zombiezen's labor of love in providing a pleasant, performant, and powerful Go binding to SQLite. The design philosophy of zombiezen.com/go/sqlite is to be a direct binding to SQLite as much as possible while adapting the API to use Go idioms.

@zombiezen is open to accepting bug fixes, but generally not larger changes or features. If in doubt, ask them. And remember, a "no" is temporary, a "yes" is forever.

File a bug on the issue tracker or open a pull request. Please follow the Code of Conduct for all interactions. If applicable, add unit tests for your change before sending out for review.