Skip to content
Snippets Groups Projects
Unverified Commit 8b8669a2 authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

Convert simple-* to toucan2 (#29427)

* (db/simple-insert! Model opts) -> (t2/insert! (t2/table-name Model)
opts)

* (db/simple-delete! model opts) => (t2/delete! (t2/table-name) opts)

* (db/simple-insert-many! Model opts) => (t2/insert! (t2/table-name Model) opts)
parent 6e4e67e6
No related merge requests found
Showing
with 293 additions and 301 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment