sqlc-dev / sqlc-gen-python

MIT License
154 stars 19 forks source link

Support `# nullable` annotation #53

Open ElianBelot opened 3 months ago

ElianBelot commented 3 months ago

Allow for a # nullable annotation to explicitly indicate that sqlc should generate the annotated column as nullable.