Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. (if (contains? #{"firebird" "postgres" "oracle" "mysql" "vertica" "mssql" "msaccess" "odbc" "sqlite" "h2"} protocol)
  2. (apply (ns-resolve 'korma.db (symbol protocol)) [opts])
  3. "throw error")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement