Kitten¹ now keeps two JSDB² databases per project: an internal one ('kitten._db`) that holds data Kitten manages (sessions, uploads, etc.) and the default one (`kitten.db`) that holds your own tables.
You’ll mostly only care about the latter.
I also took the opportunity to create a Database App Module example and document it in the readme:
https://codeberg.org/kitten/app#database-app-module
¹ https://codeberg.org/kitten/app
² https://codeberg.org/small-tech/jsdb
@aral Wow. This an astounding amount of work! You basically recreated a friendlier version of Nextjs in your own style. I have no idea who the target audience is besides me, but this is incredible.
@awaspnest Haha, glad you like it. (And thank you for the kind words.) :)
There’s more to do but the goal is to use it to enable people (including me) to build peer-to-peer Small Web sites.
Here’s a very simple example of what I mean:
https://ar.al/2023/02/20/end-to-end-encrypted-kitten-chat/