How to Install cl-s-sql in Ubuntu 18.04



Install cl-s-sql by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-s-sql

Description:

lispy syntax for SQL queries

S-SQL provides a lispy syntax for SQL queries, and knows how to convert various lisp types to their textual SQL representation. It takes care to do as much of the work as possible at compile-time, so that at runtime a string concatenation is all that is needed to produce the final SQL query.

Homepage: http://marijnhaverbeke.nl/postmodern/

Version: 20170403-1

Section: universe/lisp