File: control

package info (click to toggle)
tedia2sql 1.2.12-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 384 kB
  • ctags: 553
  • sloc: perl: 2,196; sql: 1,683; makefile: 31; sh: 24
file content (28 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
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
Source: tedia2sql
Section: graphics
Priority: optional
Maintainer: Leo Costela <costela@debian.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.8.0
Homepage: http://tedia2sql.tigris.org/

Package: tedia2sql
Architecture: all
Depends: ${shlibs:Depends}, ${perl:Depends}, libxml-dom-perl, 
Suggests: dia | dia-gnome
Description: Converts a Dia diagram to various SQL dialects
 tedia2sql reads a Dia diagram file (in plain or gzipped format) and 
 writes to a file containing SQL commands responsible for creating 
 Tables, Views, Indexes and Constraints. It's capable of writing SQL for
 the following database engines:
  * MySQL (MyISAM)
  * MySQL (InnoDB)
  * MS-SQL
  * Sybase
  * Postgres
  * Oracle
  * DB/2
  * Informix
  * Ingress
  * SAS