blob: f2d6e2470fe51c307eab6f3d1b8b5d1854b97502 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
knoda is a database frontend for KDE, based on hk_classes.
Knoda allows you to:
- define and delete databases;
- create, alter and delete tables and indices;
- add, change and delete data in tables;
- define, execute and store sql queries;
- define, execute and store queries with a "query by example" GUI;
- create, alter and delete views;
- import and export CSV data;
- define and use forms;
- define and print reports;
- write your own extensions using the integrated Python interpreter
as scripting language.
Its driver concept allows a uniform connection to different
database servers.
Author: Horst Knorr <hk_classes@knoda.org>
WWW: http://www.knoda.org/
|