Skip to content

Commit

Permalink
chore: 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 21, 2024
1 parent efa64bf commit 1211b06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sql-studio"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
repository = "https://github.com/frectonz/sql-studio"
description = "Single binary, single command SQL Database Explorer."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SQL Studio

Single binary, single command SQL database explorer. SQL studio supports *local SQLite DB files*, *libSQL servers*, *PostgreSQL* and *MySQL*.
Single binary, single command SQL database explorer. SQL studio supports *SQLite*, *libSQL*, *PostgreSQL*, *MySQL* and *DuckDB*.

### Local SQLite DB File

Expand Down Expand Up @@ -81,7 +81,7 @@ sql-studio-update
## Nix

```bash
nix shell github:frectonz/sql-studio
nix shell github:frectonz/sql-studio # currently broken
```

## Contributing
Expand Down

0 comments on commit 1211b06

Please sign in to comment.