Examples of Using the Model from the SQL Module with Drizzle Setup
Are there examples of using Model from SQL module ? I'm planning on using it with my current drizzle setup (which doesn't use effect SQL, I just wrap it) to see if I can save myself some extra schema definitions (basically insert and select ones)
