Skip to content

Commit

Permalink
beyond mvp goals
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolap committed May 20, 2023
1 parent 3ad3071 commit 7f8bb0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/route_craft/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@
(catch Exception e
(log/error e "Failed to create reitit routes"))))

;; BEYOND MVP
;; - update by query
;; - upsert
;; - insert multi
;; - delete by query
;; - generic query
;; - query only specific columns
;; - resolve fks


(comment
(def ctx
{:datasource (jdbc/get-datasource {:jdbcUrl "jdbc:postgresql://127.0.0.1:5432/rc?user=rc&password=rc"})})
Expand Down

0 comments on commit 7f8bb0d

Please sign in to comment.