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
85 stars 2 forks source link

45 Introducing Enhanced SQL Query Building in Rust #46

Closed Oyelowo closed 10 months ago

Oyelowo commented 10 months ago

Overview

This new feature significantly improves the way Surrealdb queries are constructed and executed in Rust applications. This update introduces a procedural macro query! that simplifies the process of writing SQL queries, ensuring type safety and reducing the need for repetitive boilerplate code.

Demo

https://www.youtube.com/watch?v=eaW3DKrT1Zw

Features

Usage Examples

Benefits

Conclusion

This enhancement is a step forward in making surrealdb interactions in Rust as developer-friendly as possible.