软件包: cl-postmodern (20170403-1)
cl-postmodern 的相关链接
Trisquel 的资源:
下载源码包 cl-postmodern:
- [cl-postmodern_20170403-1.dsc]
- [cl-postmodern_20170403.orig.tar.gz]
- [cl-postmodern_20170403-1.debian.tar.xz]
维护者:
Original Maintainer:
- Dimitri Fontaine
外部的资源:
- 主页 [marijnhaverbeke.nl]
相似软件包:
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.
其他与 cl-postmodern 有关的软件包
|
|
|
-
- dep: cl-bordeaux-threads
- Portable shared-state concurrency for Common Lisp
-
- dep: cl-closer-mop
- Cross Implementation AMOP library
-
- dep: cl-postgres
- Low-level client library for PosgreSQL
-
- dep: cl-s-sql
- lispy syntax for SQL queries