mirror of
				https://github.com/Phundrak/georm.git
				synced 2025-11-04 01:11:10 +00:00 
			
		
		
		
	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
		
			
				
	
	
		
			58 lines
		
	
	
		
			476 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			476 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.env
 | 
						|
/coverage
 | 
						|
/target
 | 
						|
/.sqls
 | 
						|
/examples/target
 | 
						|
 | 
						|
# Devenv
 | 
						|
.devenv*
 | 
						|
devenv.local.nix
 | 
						|
 | 
						|
# direnv
 | 
						|
.direnv
 | 
						|
 | 
						|
# pre-commit
 | 
						|
.pre-commit-config.yaml
 | 
						|
 | 
						|
# Emacs backup files
 | 
						|
*~
 | 
						|
\#*\#
 | 
						|
.\#*
 | 
						|
.dir-locals.el
 | 
						|
 | 
						|
# Vim files
 | 
						|
*.swp
 | 
						|
*.swo
 | 
						|
*~
 | 
						|
 | 
						|
# VS Code
 | 
						|
.vscode/
 | 
						|
*.code-workspace
 | 
						|
 | 
						|
# JetBrains IDEs
 | 
						|
.idea/
 | 
						|
*.iml
 | 
						|
 | 
						|
# macOS
 | 
						|
.DS_Store
 | 
						|
.AppleDouble
 | 
						|
.LSOverride
 | 
						|
 | 
						|
# Windows
 | 
						|
Thumbs.db
 | 
						|
ehthumbs.db
 | 
						|
Desktop.ini
 | 
						|
 | 
						|
# Linux
 | 
						|
*~
 | 
						|
 | 
						|
# Temporary files
 | 
						|
*.tmp
 | 
						|
*.temp
 | 
						|
*.log
 | 
						|
 | 
						|
# OS generated files
 | 
						|
.Spotlight-V100
 | 
						|
.Trashes
 | 
						|
._*
 |