Artifact 00b99bbdd92756a3ca361b2ee16637ade67f92dc1f0a478a8b5dbc91914b246c:
- File
www/relatedwork.md
— part of check-in
[8ab498bd06]
at
2022-09-28 15:35:02
on branch trunk
— add new "Related Work" page linked from the User Links page
Suggested by drh@ with lots of tweaks from wyoung@ (user: mark size: 4009) [more...]
Related Work
Support Projects
- SQLite: a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine
- pikchr: a PIC-like markup language for diagrams in technical documentation
- althttpd: a simple, secure, and low resource usage webserver that has run the https://sqlite.org/ website since 2004
- Lemon Parser Generator: an LALR(1), re-entrant, and thread-safe parser with a less error-prone grammar syntax than YACC or BISON
Fossil Inspired Projects
- libfossil: 3rd party Fossil SCM Library API
- fnc: an interactive text-based user interface for Fossil
- ChiselApp: Free Fossil SCM hosting!
- Fuel: a cross-platform GUI front-end for the excellent Fossil SCM
Editor Plugins
- Emacs-Fossil: GNU Emacs VC backend for the Fossil version control system
- VS Code: Integrated Fossil source control in Visual Studio Code
- Qt Creator Plugin: Fossil SCM plugin for the Qt Creator IDE
- Jetbrains IDE Plugin: Fossil SCM plugin for CLion, IntelliJ, GoLand, and more
- NetBeans Plugin: NetBeans plugin module to use Fossil SCM
Version Control/Software Configuration Management
- Git: Free and open source distributed version control system
- Subversion: Apache's open source version control system
- Mercurial: free, distributed source control management tool
- Game of Trees: version control which prioritizes ease of use and simplicity over flexibility
- Darcs: free and open source, cross-platform version control system
- Pijul: patch-based distributed version control system
Podcasts
- Corecursive #066: The Untold Story of SQLite
- The Changelog #454: Richard Hipp returns
- The Changelog #201: Why SQLite succeeded as a database
- bsdtalk194: Interview with D. Richard Hipp
- Two Weeks of Databases: Richard Hipp interviewed by Federico Razzoli
- Software Engineering Daily: SQLite with D. Richard Hipp
- Floss Weekly 26: Interview with D. Richard Hipp, creator of SQLite
Miscellany
- Tcl: a simple-to-learn yet very powerful programming language