Hi,

I am not aware of any SQL wrapper in Go, but then I didn't look hard 
enough. At work, we implemented our own SQL wrapper for a few databases we 
commonly work with. In .Net, you have LINQ, but LINQ is a query-only 
language. But the idea is the same, which is to provide a common interface 
when working with data sources. That way you can switch databases with 
minimal changes to your project code. Working with SQL and its dialects and 
dealing with each database's quirkiness is quite time consuming.
On Wednesday, January 8, 2025 at 2:37:28 PM UTC+7 Mike Schinkel wrote:

>
> On Jan 8, 2025, at 1:38 AM, Henry <henry.ad...@gmail.com> wrote:
>
> The reason people use ORMs is because they don't want to write SQL. ... A 
> thin wrapper over SQL language that is portable across databases is a 
> better solution.
>
>
> That is insightful. 
>
> Do you know of such an existing solution that meets said requirements, for 
> Go, or for the general-case even?
>
> -Mike
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/3489ca27-285e-44b8-8339-0cde62fdc76bn%40googlegroups.com.

Reply via email to