Difference between revisions of "Autotable"
(Created page with "{{Entry |Name=Autotable |Short description=Automates maintaining a set of SQL tables |Full description=Autotabla is a CGI interface to a collection of SQL tables. Once an XML des...") |
(new version) |
||
Line 3: | Line 3: | ||
|Short description=Automates maintaining a set of SQL tables | |Short description=Automates maintaining a set of SQL tables | ||
|Full description=Autotabla is a CGI interface to a collection of SQL tables. Once an XML description of the database schema (table names, fields, etc.) is provided, all table maintenance can be done from a Web page. The program reads the database schema from a configuration file, and you can manage the tables included in the schema: you can add, delete or modify rows and you can do simple but effective queries. It is meant to help developers who are making SQL based applications, freeing them from writing basic scripts for accessing the tables the application will use, and letting them test those applications with live data that can be inserted, modified or deleted from outside it. It reads the database schema from an XML configuration file (which must be provided, and presents an index page of tables and operations to do with them. From then on, the user can do all typical table maintenance. | |Full description=Autotabla is a CGI interface to a collection of SQL tables. Once an XML description of the database schema (table names, fields, etc.) is provided, all table maintenance can be done from a Web page. The program reads the database schema from a configuration file, and you can manage the tables included in the schema: you can add, delete or modify rows and you can do simple but effective queries. It is meant to help developers who are making SQL based applications, freeing them from writing basic scripts for accessing the tables the application will use, and letting them test those applications with live data that can be inserted, modified or deleted from outside it. It reads the database schema from an XML configuration file (which must be provided, and presents an index page of tables and operations to do with them. From then on, the user can do all typical table maintenance. | ||
+ | |Homepage URL=http://autotabla.sourceforge.net/ | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
− | |||
|Computer languages=Perl | |Computer languages=Perl | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Keywords=Perl,database,cgi,tables,SQL,autotabla | |Keywords=Perl,database,cgi,tables,SQL,autotabla | ||
− | | | + | |Version identifier=1.96 |
− | |Last review by= | + | |Version date=2002/08/07 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=https://sourceforge.net/projects/autotabla/files/autotabla/1.96/autotabla-1.96.tar.gz/download | ||
+ | |Version comment=1.96 stable released 2002-08-07 | ||
+ | |Last review by=Alejandroindependiente | ||
+ | |Last review date=2016/12/22 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2002-08-05 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=GPLv2 | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2002-08-05 | |License verified date=2002-08-05 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Jorge Gonzalez | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=dummy@athenasoft.com.mx | |Email=dummy@athenasoft.com.mx | ||
|Resource URL= | |Resource URL= | ||
Line 44: | Line 41: | ||
|Use=web-authoring | |Use=web-authoring | ||
|Web-authoring=cgi | |Web-authoring=cgi | ||
− | |Works-with=database,sql | + | |Works-with=database, sql |
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 75: | Line 67: | ||
|Prerequisite description=XML_Parser | |Prerequisite description=XML_Parser | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 16:52, 22 December 2016
Autotable
http://autotabla.sourceforge.net/
Automates maintaining a set of SQL tables
Autotabla is a CGI interface to a collection of SQL tables. Once an XML description of the database schema (table names, fields, etc.) is provided, all table maintenance can be done from a Web page. The program reads the database schema from a configuration file, and you can manage the tables included in the schema: you can add, delete or modify rows and you can do simple but effective queries. It is meant to help developers who are making SQL based applications, freeing them from writing basic scripts for accessing the tables the application will use, and letting them test those applications with live data that can be inserted, modified or deleted from outside it. It reads the database schema from an XML configuration file (which must be provided, and presents an index page of tables and operations to do with them. From then on, the user can do all typical table maintenance.
Download
https://sourceforge.net/projects/autotabla/files/autotabla/1.96/autotabla-1.96.tar.gz/download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Jorge Gonzalez | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Ruby (Ref) | https://rubygems.org/gems/autotable | |
Bug Tracking,Developer,Support | mailto:jorgegv@users.sourceforge.net |
Software prerequisites
Kind | Description |
---|---|
Required to build | XML_Parser |
Required to use | Web browser |
Required to build | Expat |
Required to use | Perl |
Required to build | XML_Simple |
Required to use | Web server that runs CGI scripts |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.