File: control

package info (click to toggle)
tedia2sql 1.2.12-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 372 kB
  • ctags: 554
  • sloc: perl: 2,194; sql: 1,683; makefile: 36; sh: 24
file content (27 lines) | stat: -rw-r--r-- 728 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
Source: tedia2sql
Section: graphics
Priority: optional
Maintainer: Leo Costela <costela@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0)
Standards-Version: 3.6.1.0

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