feat(examples): add PostgreSQL example with user relationship

Adds an example demonstrating user, comment, and follower relationship
including:
- User management with profiles
- Comments (not really useful, just for showcasing)
- Follower/follozing relationships
- Ineractive CLI interface with CRUD operations
- Database migrations for the example schema
This commit is contained in:
2025-06-05 23:56:15 +02:00
parent 9e56952dc6
commit 190c4d7b1d
23 changed files with 1199 additions and 85 deletions

4
.gitignore vendored
View File

@@ -1,7 +1,8 @@
.direnv
.env
/coverage
/target
/.sqls
/examples/target
# Devenv
.devenv*
@@ -17,6 +18,7 @@ devenv.local.nix
*~
\#*\#
.\#*
.dir-locals.el
# Vim files
*.swp