Difference between dialect and driver

I have a question, when I started using drizzle, to configure a database it was enough to declare the database in the driver parameter, but now the configuration also has a driver dialect, what is the difference between the two?
2 Replies
Nzoth
Nzoth9mo ago
dialect its diffrenent syntax of sql queries that basics on database that you use. driver its thing that allow you connect with database and use it with your language
Bernardes
BernardesOP9mo ago
I see, thanks a lot man

Did you find this page helpful?