ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
62 stars 20 forks source link

Update traits to track read/write nature of ops #103

Closed jchavarri closed 2 years ago

jchavarri commented 3 years ago

Adds a type variable to connection that is used later on to track the nature of the queries: either readonly, or readwrite.

More work is prob need to either: