From b885c84efdc43cacc842884af156aa67b32ac87a Mon Sep 17 00:00:00 2001 From: ZacJW Date: Mon, 27 Jan 2025 00:20:16 +0000 Subject: [PATCH] Mention rasql-traits in the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eea5b66..f088bb1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ would like to hold type definitions, you can use this from your crate's build sc automatically typed row output to prevent runtime type errors. This depends on you already using `rasql-build`. +## `rasql-traits` + +`rasql-traits` provides trait definitions for various database operations and types. The types that +`rasql-core` generates implement these traits depending on the generation config. + ## Acknowledgements Rasql builds upon the work of the [sqlparser-rs](https://github.com/sqlparser-rs/sqlparser-rs)