Postmodern is an actively developed Common Lisp library designed for efficient interaction with PostgreSQL databases. It provides a straightforward and powerful programming interface, enabling developers to seamlessly integrate SQL and Lisp code while supporting modern authentication methods and advanced data types.
Direct communication with PostgreSQL without external libraries.
Support for UTF-8 and advanced data types including JSON and arrays.
Integrated syntax for combining SQL and Lisp, allowing for dynamic query creation.
Convenient handling of prepared statements, stored procedures, and database-access objects (DAOs).
Lightweight connection pooling for efficient resource management in multi-threaded applications.