chillax:Common Lisp 的 CouchDB 抽象层

时间:2024-07-21 07:30:31
【文件属性】:

文件名称:chillax:Common Lisp 的 CouchDB 抽象层

文件大小:208KB

文件格式:ZIP

更新时间:2024-07-21 07:30:31

CommonLisp

快速入门示例 Chillax 是安装的,允许超快速、无痛地安装 Chillax 及其所有依赖项。 确保 CouchDB 已安装且当前正在运行。 此示例假设服务器在 localhost 中运行,使用默认 5984 端口。 下面使用 Yason 的 alist 编码器/解码器使回复可读(默认情况下,它使用哈希表作为 JSON 对象,而不是 alists,并使用字符串作为键)。 CL-USER> (ql:quickload 'chillax) ... ... ... CL-USER> (in-package :chillax) CHILLAX> (defparameter *server* (make-instance 'yason-server :object-as-alist-p t


【文件预览】:
chillax-master
----make-chillax-server.lisp(367B)
----COPYING(1KB)
----chillax.jsown.asd(364B)
----src()
--------jsown.lisp(1KB)
--------chillax.lisp(413B)
--------yason.lisp(2KB)
--------core()
--------utils.lisp(3KB)
--------view-server()
----chillax.core.asd(691B)
----chillax.yason.asd(364B)
----doc()
--------chillax-server.png(93KB)
--------yodawg-databases.png(113KB)
----chillax.asd(371B)
----README.md(20KB)
----chillax.view-server.asd(461B)
----.gitignore(329B)

网友评论