377 projects tagged "Database Engines/Servers"
Matt's MySQL Control Panel is a PHP script that allows the creation, administration, and updating of MySQL databases. This script allows you to easily create, delete, update, or modify tables, table data, etc. It also has the abililty to import data (retrieved via mysqldump) into the database and to export the currently held data to a file. This script has many features and is useful for anyone attempting to create online databases using MySQL.
eDB is a very simple and easy-to-use collection of Perl 5 CGI scripts to perform searches on a flat-file database. Search results are displayed using HTML templates that can be modified to fit the user's needs. Pattern-based searches can be refined by using a range of values of a user-specified field. If desired, search results can be displayed using a paging procedure.
ZAP! is a module which makes it fairly straightforward to build WWW-based user interfaces for groups of Z39.50-based information resources. It hides much of the complexity of the underlying protocol and requires mostly an understanding of HTML and some understanding of the Z39.50 database model.
Xindice is an open source Native XML Database. It stores and indexes compressed XML documents in order to provide that data to a client application with very little server-side processing overhead. It also provides functionality that is unique to XML data, which can't easily be reproduced by relational databases.
XML-DBMS (Perl) is a port of the Java version of XML-DBMS. XML-DBMS is middleware for transferring data between XML documents and relational databases. It views the XML document as a tree of data-specific objects in which element types are generally viewed as classes and attributes and PCDATA as properties of those classes. It then uses an object-relational mapping to map these objects to the database. An XML-based mapping language is used to define the view and map it to the database.
Data-Admin is two separate components. The first being Data-Lib, the underlying encapsulated database library. This library wraps PHPs native database functions to provide a unified method for connecting to a database. The second component is Data-Admin which will be a PHP based front-end for basic database administration.
Net::Z3950::SimpleServer is a Perl module which implements the server side of the Z39.50 (information retrieval) protocol. It hides the complexity of network exchanges, packet serialization, and session handling. You are required only to implement simple callbacks to support searching and record retrieval. It is the basis of the "Zoogle" project, which is a Z39.50 gateway to the Google web index.