blob: e343a57481d7fabd9d1996e0a050daf194a66df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = sqlit
pkgdesc = The lazygit of SQL databases - a lightweight TUI for SQL Server, PostgreSQL, MySQL, SQLite, and more
pkgver = 1.4.1
pkgrel = 1
url = https://github.com/Maxteabag/sqlit
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-hatch-vcs
depends = python
depends = python-textual
depends = python-textual-fastdatatable
depends = python-pyperclip
depends = python-keyring
depends = python-docker
optdepends = python-psycopg2: PostgreSQL, CockroachDB and Supabase support
optdepends = python-pyodbc: SQL Server support
optdepends = python-pymysql: MySQL and MariaDB support
optdepends = python-oracledb: Oracle support
optdepends = python-duckdb: DuckDB support
optdepends = python-clickhouse-connect: ClickHouse support
optdepends = python-requests: Cloudflare D1 support
optdepends = python-snowflake-connector-python: Snowflake support
optdepends = python-paramiko: SSH tunnel support
optdepends = python-sshtunnel: SSH tunnel support
provides = python-sqlit-tui
conflicts = python-sqlit-tui
replaces = python-sqlit-tui
source = https://files.pythonhosted.org/packages/source/s/sqlit-tui/sqlit_tui-1.4.1.tar.gz
sha256sums = 87a3aa78e2a321cf8bd9984d74fbc1405e91733c1248213b5bba9e0569f5cd7a
pkgname = sqlit
|