njord-rs / njord

A versatile, feature-rich Rust ORM ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
409 stars 21 forks source link

Add support for subqueries #64

Closed mjovanc closed 1 month ago

mjovanc commented 6 months ago

SELECT, INSERT, UPDATE, and DELETE statements.

chaseWillden commented 1 month ago

Select Statement (excluding where clause) - https://github.com/mjovanc/njord/pull/135

chaseWillden commented 1 month ago

Insert subquery: https://github.com/mjovanc/njord/pull/146