From d8ca734d11fbbdb9027b578e108b16e6cc7ca3af Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 17 Oct 2024 15:04:30 +0300 Subject: Update ARCHITECTURE.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 361bba2..66714c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ See the [ARCHITECTURE.md](ARCHITECTURE.md) document for more details on the desi The most significant sources of inspiration for LogDB are: -- [SQLite](https://www.sqlite.org/index.html) for its filesystem storage and locking mechanisms. +- [SQLite](https://www.sqlite.org/index.html) for its filesystem storage and + locking mechanisms. - [Designing Data-Intensive Applications (book)](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/) for its excellent overview of database internals and in-depth analysis of log-structured storage. LogDB is heavily based on the design outlined in chapter 3. -- cgit v1.3