We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd108fa commit a88cfeaCopy full SHA for a88cfea
docs/reference/datatypes.md
@@ -1,5 +1,11 @@
1
# Datatypes
2
3
+`sqlc` attempts to make reasonable default choices when mapping internal
4
+database types to Go types. Choices for more complex types are described below.
5
+
6
+If you're unsatisfied with the default, you can override any type using the
7
+[overrides list](config.html#type-overriding) in your `sqlc` config file.
8
9
## Arrays
10
11
PostgreSQL [arrays](https://www.postgresql.org/docs/current/arrays.html) are
0 commit comments