From ac721957ba6fef61ec3b01250605d4d8119c4307 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Tue, 3 Sep 2024 01:19:12 -0400 Subject: [PATCH] :memo: change db page title --- docs/db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db.md b/docs/db.md index 33569f0..8bf0c62 100644 --- a/docs/db.md +++ b/docs/db.md @@ -1,4 +1,4 @@ -# db +# databases It's hard to find a server-side app without a database these days, and for good reason: there are a lot of things to keep track of. Spiderweb does its best to remain database-agnostic, though it does utilize `peewee` internally to handle its own data (such as session data). This means that you have three options for how to handle databases in your app.