RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
154 stars 30 forks source link

Refactor Dapper calls to use SqlKata #135

Open apexdodge opened 1 year ago

apexdodge commented 1 year ago

This looks great and is MIT open sourced: https://github.com/sqlkata/querybuilder

In all areas where we have raw sql, we should refactor to use this library to improve readability and consistency.

I think this will help with #11 and possibly assist with supporting postgres simultaneously.