Oyelowo / surreal-orm

Powerful & expressive ORM/query-builder/static checker for raw queries/Fully Automated migration tooling , designed to offer an intuitive API, strict type-checking, novel features, & full specification support. It provides a fresh perspective in data management. Currently supports SurrealDB engine. RDMSs(PG, MYSQL etc) and others coming soon
93 stars 3 forks source link

rexport schema at <struct_snake_case>::Schema #5

Closed Oyelowo closed 1 year ago

Oyelowo commented 1 year ago

Schemas are currently exposed with the struct at <struct_snake_case>_schema::StructName. Consider changing that to ::Schema to make it more intuitive?