mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Initial ASDF artifact for the postgres JDBC driver jar
This commit is contained in:
parent
45a4b6f353
commit
d7e2e139af
10
pgloader-abcl.asd
Normal file
10
pgloader-abcl.asd
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
(defsystem #:pgloader-abcl
|
||||||
|
:description "Load data into PostgreSQL"
|
||||||
|
:author "Dimitri Fontaine <dim@tapoueh.org>, easye"
|
||||||
|
:license "The PostgreSQL Licence")
|
||||||
|
|
||||||
|
|
||||||
|
(defsystem pgloader-abcl/jdbc/postgres
|
||||||
|
:components ((:module jar :components
|
||||||
|
((:mvn "org.postgresql/postgresql/42.2.16")))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user