changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / docs/notes.org

changeset 20: 3166a511fafb
child: 75f5290085f5
author: ellis <ellis@rwest.io>
date: Sat, 03 Jun 2023 19:57:10 -0400
permissions: -rw-r--r--
description: notes and dockerfile init
1 * research
2 ** [[https://github.com/screenshotbot/screenshotbot-oss][screenshotbot-oss]]
3 - monolithic repo, includes third-party dependencies
4  - full quicklisp source
5  - asdf, etc
6 - addresses many of my concerns about running CL in prod
7 - the repo is too heavy for my liking though
8 - I do like the idea of having many systems though
9 ** DB
10 *** [[https://github.com/fukamachi/mito][mito]]
11 ORM, sqlite, postgres, mysql support
12 *** [[https://github.com/fukamachi/cl-dbi][cl-dbi]]
13 database independent interface
14 *** [[https://github.com/fukamachi/sxql][sxql]]
15 SQL generator
16 ** LOGGING
17 *** [[https://github.com/sharplispers/log4cl/][log4cl]]
18 supports slime
19 ** UI
20 [[https://mcclim.common-lisp.dev/][mcclim]]