Crate qubl

Source

Structs§

ForeignKey
Struct that benefits to define a foreign key.
ForeignKeyItem
Struct that benefits you to add a foreign key item to a foreign key.
QueryBuilder
Struct that benefits to build queries for interactions with rdbms’s.
SchemaBuilder
Struct that benefits you to create and use schema’s.
TableBuilder
Struct that benefits you to create Tables. Currently incomplete thoug.

Enums§

ForeignKeyActions
Enum that benefits you to define what you want with a foreign key.
JsonValue
Enum that benefits you to add json values to structs. They can be used with json functions. That variants represents that kind of json values:
KeywordList
KeywordList enum. It helps to syntactically correcting the queries.
QueryType
QueryType enum. It helps to detect the type of a query with more optimized way when is needed.
Timezone
Timezones with Unix Timezone format, Can be used for setting timezone manually. It covers european, russian, north american, south american, arabic countries. In next releases, we’ll cover other african and asian timezones.
ValueType
ValueType enum. It benefits to detect and format the value with optimized way when you have to work with exact column values.