-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
75 lines (70 loc) · 1.87 KB
/
Copy pathsnapcraft.yaml
File metadata and controls
75 lines (70 loc) · 1.87 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: sqlitequery
base: core24
summary: Lightweight cross-platform SQLite database explorer
description: |
SQLite Query Analyzer is a lightweight and efficient desktop utility designed
to simplify the process of managing SQLite databases.
It provides an intuitive interface for executing queries and direct table editing,
making database operations seamless and straightforward.
Features:
- Cross platform - Runs natively on Windows, MacOS, and Linux
- Easy-to-use interface for executing SQL queries
- Fast table data editing
- Persists application state and reloads last session on startup
- Export database schema as CREATE TABLE statements
- Export data as an SQL script containing INSERT statements or as CSV files
- Desktop color theme awareness with automatic switching between dark/light themes
version: 1.0.0
grade: stable
confinement: strict
apps:
sqlitequery:
command: bin/SQLiteQueryAnalyzer
desktop: usr/share/applications/sqlitequery.desktop
plugs:
- desktop
- desktop-legacy
- wayland
- x11
- opengl
- home
parts:
sqlitequery:
plugin: dump
source: src/linux
source-type: local
stage-packages:
- libqt6core6
- libqt6gui6
- libqt6widgets6
- libqt6sql6
- libqt6svg6
- qt6-qpa-plugins
- qt6-wayland
- libqt6waylandclient6
- libgl1
- libxcb1
- libx11-6
- libxau6
- libxdmcp6
- libfontconfig1
- libxkbcommon0
- libxcb-icccm4
- libxcb-image0
- libxcb-keysyms1
- libxcb-randr0
- libxcb-render-util0
- libxcb-render0
- libxcb-shape0
- libxcb-shm0
- libxcb-sync1
- libxcb-util1
- libxcb-xfixes0
- libxcb-xkb1
- libxkbcommon-x11-0
- libxcb-cursor0
- libicu74
- libtiff6
- libwebp7
- libwebpdemux2
- libwebpmux3