Skip to content

Split types around NamedValueChecker and add an example with sqlc#46

Merged
akm merged 18 commits intomainfrom
features/example_with_sqlc
Mar 19, 2025
Merged

Split types around NamedValueChecker and add an example with sqlc#46
akm merged 18 commits intomainfrom
features/example_with_sqlc

Conversation

@akm
Copy link
Owner

@akm akm commented Mar 19, 2025

About NamedValueChecker

  • Remove connWrapper.CheckNamedValue
  • Add connNvcWrapper and connNvcWithContextWrapper which implement NamedValueChecker
  • Add wrapper types with NamedValueChecker
    • stmtNvcWrapper
    • stmtExecContextNvcWrapper
    • stmtQueryContextNvcWrapper
    • stmtContextNvcWrapper

Add an example with sqlc

  • Add examples/with-sql
  • Add description about it to README.md

akm added 18 commits March 19, 2025 00:38
go: creating new go.mod: module tutorial.sqlc.dev/app
go: downloading modernc.org/sqlite v1.36.1
go: downloading modernc.org/libc v1.61.13
go: downloading golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0
go: downloading modernc.org/mathutil v1.7.1
go: downloading modernc.org/memory v1.8.2
go: added github.com/dustin/go-humanize v1.0.1
go: added github.com/google/uuid v1.6.0
go: added github.com/mattn/go-isatty v0.0.20
go: added github.com/ncruces/go-strftime v0.1.9
go: added github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: added golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0
go: added golang.org/x/sys v0.30.0
go: added modernc.org/libc v1.61.13
go: added modernc.org/mathutil v1.7.1
go: added modernc.org/memory v1.8.2
go: added modernc.org/sqlite v1.36.1
@akm akm merged commit 283546c into main Mar 19, 2025
8 checks passed
@akm akm deleted the features/example_with_sqlc branch March 19, 2025 12:44
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.

1 participant