https://github.com/mcfriend99/sqliter
A GUI for working with SQLite databases written in Blade and JavaScript
https://github.com/mcfriend99/sqliter
database database-management gui-application javascript sqlite
Last synced: about 2 months ago
JSON representation
A GUI for working with SQLite databases written in Blade and JavaScript
- Host: GitHub
- URL: https://github.com/mcfriend99/sqliter
- Owner: mcfriend99
- Created: 2025-05-24T10:23:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-24T10:33:16.000Z (about 1 year ago)
- Last Synced: 2025-05-24T11:32:20.742Z (about 1 year ago)
- Topics: database, database-management, gui-application, javascript, sqlite
- Language: JavaScript
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLiteR
SQLiteR is a GUI for working with SQLite databases for MacOS. You can open databases, load schema, run queries etc.
### Roadmap
- [x] Open a database
- [x] Load database tables, columns, and indexes
- [ ] Create new tables
- [x] Run regular queries
- [ ] Run parameterized queries
- [x] View query result
- [ ] Check PRAGMAs
### Download
You can download a build for your OS from the release page.
Platforms includes all platforms supported by Blade.
### Contributing
All forms of contribution such as testing, pull requests, bug reports, suggestions, feature requests and more are welcomed.