-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor-dml
- Loading branch information
Showing
12 changed files
with
295 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,8 +208,8 @@ mssql://user:[email protected]/instance/dbname | |
ms://user:[email protected]:port/instance/dbname?keepAlive=10 | ||
oracle://user:[email protected]/sid | ||
sap://user:pass@localhost/dbname | ||
sqlite:/path/to/file.db | ||
file:myfile.sqlite3?loc=auto | ||
/path/to/sqlite/file/test.db | ||
odbc+postgres://user:pass@localhost:port/dbname?option1= | ||
``` | ||
|
||
|
@@ -221,7 +221,7 @@ odbc+postgres://user:pass@localhost:port/dbname?option1= | |
- [ ] Columns and indexes creation through TUI | ||
- [ ] Table tree input filter | ||
- [ ] Custom keybindings | ||
- [ ] Show keybindings on a modal | ||
- [x] Show keybindings on a modal | ||
- [ ] Rewrite row `create`, `update` and `delete` logic | ||
|
||
See the [open issues](https://github.com/jorgerojas26/lazysql/issues) for a full list of proposed features (and known issues). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.