Created
January 27, 2018 12:59
-
-
Save linuxsoares/f1402104282c872872289304b2257d65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def pg (postgres ..)) | |
(def ms (mssql ..)) | |
(def msac (msaccess ..)) | |
(def orc (oracle ..)) | |
(def mys (mysql ..)) | |
(def sqll (sqlite3 ..)) | |
(def h2-db (h2 ..)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment