:subprotocol "postgresql" :subname "//localhost:5432/sampledb"}) (defn all-users [] (jdbc/query spec ["select * from login order by username desc"]))) (defn ...
確定! 回上一頁