Open ruricolist opened 4 years ago
E.g.
(defsystem "my-system" :defsystem-depends-on ("cl-yesql/postgres") :serial t :components (("yesql/postgres" "sql-part") (:file "lisp-part")))
Which would result in a package named my-system/sql-part.sql.
my-system/sql-part.sql
E.g.
Which would result in a package named
my-system/sql-part.sql
.