Package: cl-postmodern Version: 20180430-1~pgdg18.04+1 Architecture: all Maintainer: Dimitri Fontaine Installed-Size: 285 Depends: cl-postgres, cl-s-sql, cl-closer-mop, cl-bordeaux-threads Homepage: http://marijnhaverbeke.nl/postmodern/ Priority: optional Section: lisp Filename: pool/main/c/cl-postmodern/cl-postmodern_20180430-1~pgdg18.04+1_all.deb Size: 57388 SHA256: cf974ddde2c10f6a775877cfd0806ddf5ddfee5c59f4fea874b029c50100d843 SHA1: 0dd6a619235f295d5205f050928684e9b0a2683c MD5sum: 484e87d42e5c9a0f9f353bcc6efddf1b Description: Common Lisp library for interacting with PostgreSQL databases Features efficient communication with the database server without need for foreign libraries, support for UTF-8 on Unicode-aware Lisp implementations, a syntax for mixing SQL and Lisp code, convenient support for prepared statements and stored procedures, a metaclass for simple database-access objects . The biggest differences between this library and CLSQL/CommonSQL are that Postmodern has no intention of being portable across different SQL implementations (it embraces non-standard Postgres features), and approaches extensions like lispy SQL and database access objects in a quite different way. This library was written because the CLSQL approach did not really work for me, your mileage may vary.