Initial HyperSql project

Add the JavaFX SQLite management application with project analysis documents and ignore local build/runtime files.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-10 13:05:19 +08:00
commit 03a347ea31
20 changed files with 2232 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
target/
.claude/
*.class
*.jar
*.war
*.ear
.DS_Store
.idea/
.vscode/
*.iml
*.log
# Local SQLite test databases
*.db
*.sqlite
*.sqlite3