On Wednesday, July 28, 2021 at 3:05:43 PM UTC+7 amits...@gmail.com wrote:

> That sounds interesting - is the tool generating or is able to 
> generate SQL for different databases? That must have been a pretty big 
> effort to create such an abstraction. 
>
>
It produces different SQL for different databases. It supports a limited 
number of databases. Note that quite a number of Go ORM libraries already 
support multiple databases. So it is not new. The difference is that other 
ORM libraries usually provide a general purpose data access library, 
whereas ours generates more specific codes. Other than that, they serve a 
similar purpose.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/golang-nuts/9c81746a-4fb4-4fb5-8e5f-605169a3f2afn%40googlegroups.com.

Reply via email to