Skip to content

Commit

Permalink
moved insert utils to its own module
Browse files Browse the repository at this point in the history
  • Loading branch information
sviezypan committed Jan 15, 2023
1 parent 92695b2 commit d89dd7b
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 253 deletions.
3 changes: 2 additions & 1 deletion core/jvm/src/main/scala/zio/sql/Sql.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ trait Sql
with TableModule
with InsertModule
with UtilsModule
with SelectUtilsModule {
with SelectUtilsModule
with InsertUtilsModule {
self =>

/*
Expand Down
Loading

0 comments on commit d89dd7b

Please sign in to comment.