Skip to content

chore: drop better-sqlite3 and remove disciplr.db artifacts#585

Merged
1nonlypiece merged 2 commits into
Disciplr-Org:mainfrom
Meme11030:chore/remove-sqlite-dependency
Jun 2, 2026
Merged

chore: drop better-sqlite3 and remove disciplr.db artifacts#585
1nonlypiece merged 2 commits into
Disciplr-Org:mainfrom
Meme11030:chore/remove-sqlite-dependency

Conversation

@Meme11030
Copy link
Copy Markdown

@Meme11030 Meme11030 commented Jun 2, 2026

  • Remove better-sqlite3 and @types/better-sqlite3 from package.json
  • Delete data/disciplr.db (SQLite database file)
  • Replace src/db/database.ts with PostgreSQL-only implementation
  • Add ESLint no-restricted-imports rule blocking better-sqlite3
  • Update docs/analytics-storage.md to remove SQLite references

closes #428

Meme11030 and others added 2 commits June 2, 2026 10:31
- Remove better-sqlite3 and @types/better-sqlite3 from package.json
- Delete data/disciplr.db (SQLite database file)
- Replace src/db/database.ts with PostgreSQL-only implementation
- Add ESLint no-restricted-imports rule blocking better-sqlite3
- Update docs/analytics-storage.md to remove SQLite references
@1nonlypiece 1nonlypiece merged commit 47d497f into Disciplr-Org:main Jun 2, 2026
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 2, 2026

@Meme11030 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove SQLite better-sqlite3 dependency and disciplr.db artifacts after PostgreSQL migration

2 participants