marijnh / Postmodern

A Common Lisp PostgreSQL programming interface
http://marijnhaverbeke.nl/postmodern
Other
400 stars 90 forks source link

Add load-extension function #330

Closed ankane closed 11 months ago

ankane commented 11 months ago

Adds a load-extension function (re: item 1 from #327)

(load-extension "cube")

which runs

CREATE EXTENSION IF NOT EXISTS "cube"

Tested with SBCL 2.3.10 on Mac

ankane commented 11 months ago

Thanks