diff --git a/apidocs/norm.html b/apidocs/norm.html index ec01c938..83621332 100644 --- a/apidocs/norm.html +++ b/apidocs/norm.html @@ -126,7 +126,7 @@

Imports

diff --git a/apidocs/norm/model.html b/apidocs/norm/model.html index a9f19b24..3de940d6 100644 --- a/apidocs/norm/model.html +++ b/apidocs/norm/model.html @@ -451,7 +451,7 @@

Procs

diff --git a/apidocs/norm/pool.html b/apidocs/norm/pool.html index 4d25eaae..a61767e8 100644 --- a/apidocs/norm/pool.html +++ b/apidocs/norm/pool.html @@ -320,7 +320,7 @@

Templates

diff --git a/apidocs/norm/postgres.html b/apidocs/norm/postgres.html index 517ff207..7b41f321 100644 --- a/apidocs/norm/postgres.html +++ b/apidocs/norm/postgres.html @@ -692,7 +692,7 @@

Exports

diff --git a/apidocs/norm/pragmas.html b/apidocs/norm/pragmas.html index aab65e7c..789d7401 100644 --- a/apidocs/norm/pragmas.html +++ b/apidocs/norm/pragmas.html @@ -276,7 +276,7 @@

Templates

diff --git a/apidocs/norm/pragmasutils.html b/apidocs/norm/pragmasutils.html index accef2f2..1f7a3dd3 100644 --- a/apidocs/norm/pragmasutils.html +++ b/apidocs/norm/pragmasutils.html @@ -172,7 +172,7 @@

Macros

diff --git a/apidocs/norm/private/dot.html b/apidocs/norm/private/dot.html index ab6798f3..7a7e8524 100644 --- a/apidocs/norm/private/dot.html +++ b/apidocs/norm/private/dot.html @@ -163,7 +163,7 @@

Templates

diff --git a/apidocs/norm/private/log.html b/apidocs/norm/private/log.html index d13d9012..c6fb209d 100644 --- a/apidocs/norm/private/log.html +++ b/apidocs/norm/private/log.html @@ -170,7 +170,7 @@

Procs

diff --git a/apidocs/norm/private/postgres/dbtypes.html b/apidocs/norm/private/postgres/dbtypes.html index 228d3f0d..197616ea 100644 --- a/apidocs/norm/private/postgres/dbtypes.html +++ b/apidocs/norm/private/postgres/dbtypes.html @@ -412,7 +412,7 @@

Procs

diff --git a/apidocs/norm/private/postgres/llexec.html b/apidocs/norm/private/postgres/llexec.html index 13f29d27..65557891 100644 --- a/apidocs/norm/private/postgres/llexec.html +++ b/apidocs/norm/private/postgres/llexec.html @@ -140,7 +140,7 @@

Procs

diff --git a/apidocs/norm/private/postgres/rowutils.html b/apidocs/norm/private/postgres/rowutils.html index 8f648be3..d38ea6d3 100644 --- a/apidocs/norm/private/postgres/rowutils.html +++ b/apidocs/norm/private/postgres/rowutils.html @@ -180,7 +180,7 @@

Procs

diff --git a/apidocs/norm/private/sqlite/dbtypes.html b/apidocs/norm/private/sqlite/dbtypes.html index d5dda484..25aec35c 100644 --- a/apidocs/norm/private/sqlite/dbtypes.html +++ b/apidocs/norm/private/sqlite/dbtypes.html @@ -442,7 +442,7 @@

Procs

diff --git a/apidocs/norm/private/sqlite/rowutils.html b/apidocs/norm/private/sqlite/rowutils.html index 99b57ee7..fd11008f 100644 --- a/apidocs/norm/private/sqlite/rowutils.html +++ b/apidocs/norm/private/sqlite/rowutils.html @@ -180,7 +180,7 @@

Procs

diff --git a/apidocs/norm/private/utils.html b/apidocs/norm/private/utils.html index ed261a20..5a353aad 100644 --- a/apidocs/norm/private/utils.html +++ b/apidocs/norm/private/utils.html @@ -192,7 +192,7 @@

Procs

diff --git a/apidocs/norm/sqlite.html b/apidocs/norm/sqlite.html index befa9b51..c4fb6469 100644 --- a/apidocs/norm/sqlite.html +++ b/apidocs/norm/sqlite.html @@ -663,7 +663,7 @@

Exports

diff --git a/apidocs/norm/types.html b/apidocs/norm/types.html index 81768c2f..2b0bb19a 100644 --- a/apidocs/norm/types.html +++ b/apidocs/norm/types.html @@ -229,7 +229,7 @@

Procs

diff --git a/apidocs/theindex.html b/apidocs/theindex.html index 38d2ec3d..5d84d47e 100644 --- a/apidocs/theindex.html +++ b/apidocs/theindex.html @@ -752,7 +752,7 @@

Index

diff --git a/models.html b/models.html index 5fa667ba..dc1a670b 100644 --- a/models.html +++ b/models.html @@ -259,7 +259,7 @@

Custom Table Name

CREATE TABLE IF NOT EXISTS "ThingTable"(attr TEXT NOT NULL, id INTEGER NOT NULL PRIMARY KEY)
 

Custom Schema Name (PostgreSQL only)

-

PostgreSQL schemas are named collections of tables (read more in the docs <https://www.postgresql.org/docs/current/ddl-schemas.html>__).

+

PostgreSQL schemas are named collections of tables (read more in the docs <https://www.postgresql.org/docs/current/ddl-schemas.html>_).

To set a schema name for your model, use schemaName pragma:

type
   Dog* {.schemaName: "Animals", tableName: "Canine".} = ref object of Model