You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [API reference](https://dddl-api.netlify.app/interfaces/generator.generatoroption.html)
51
+
48
52
## Supported types
49
-
See API reference.
53
+
See [API reference](https://dddl-api.netlify.app/modules/datatypes.html)
54
+
50
55
## Data validation
51
56
Currently followings are supported.
52
57
- PRIMARY KEY constraint
53
58
- UNIQUE KEY constraint
54
59
- NOT NULL constraint
60
+
55
61
## SQL parser
56
-
SQL syntax quite depends on DBMS, so the create statement you have may or may not be valid for this library. <br>
57
-
However this library basically comprises with the ANSI standards since the parser part of this library has been translated and ported from the Rust project named sqlparser-rs, which is comprises with the standard, so hopefully the core part of your create statement (i.e. column definition) is valid for this library.
62
+
SQL syntax quite depends on DBMSs, so the create statement you have may or may not be valid for this library. <br>
63
+
However this library basically comforms with [the ANSI standards](https://en.wikipedia.org/wiki/ISO/IEC_9075) since the parser part of this library has been translated and ported from the Rust project named [sqlparser-rs](https://github.com/ballista-compute/sqlparser-rs), which aims to comform with the standard, so hopefully the core part of your create statement (i.e. column definition) is valid for this library.
0 commit comments