dev-db/psequel: new package, add 0.1.8

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-04-05 17:42:48 -04:00
parent f7b91103a5
commit 3603f1f49e
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
Small tool for quick sql query, specialized in PostgresSQL. Written in Vala for GNOME desktop in the hope to be useful.
FeaturesL
Load and save connections.
Import and Export connections info
List schema info, tables, views.
View table columns info, indexes, foreign keys
View table data, sort by column
Write query
Query History
Hightlight current query
Export query data
</longdescription>
<upstream>
<maintainer>
<name>Pham Văn Phúc</name>
<email>phuclaplace@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/ppvan/psequel/issues</bugs-to>
<changelog>https://github.com/ppvan/psequel/releases</changelog>
<remote-id type="github">ppvan/psequel</remote-id>
</upstream>
</pkgmetadata>