An open API service indexing awesome lists of open source software.

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

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.