postgresql 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2586
postgreSQL 1.0
This package implements a PostrgreSQL database access wrapper. more>>
postgreSQL 1.0 is designed to allow you to implement a PostrgreSQL database access wrapper. The common connection and database access functionality is provided by a base class.
Major Features:
- Establish connections
- Execute SQL queries
- Traverse and retrieve query results
- Manage transactions
- Access sequences
- Execute select, insert, update and delete statements using values passed programmatically.
Requirements:
- PHP 5.0 or higher
Added: 2009-06-25 License: Other Free / Open Source License - Artistic License Price: OtherFreeOpenSourceLicenseArtisticLicense
13 downloads
PostgreSQL Backup n' Restore 1.0
This class can be used to generate backups of PostgreSQL. It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file. more>> This class can be used to generate backups of PostgreSQL. It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file. The class can also restore a database from a previously generated backup by executing the SQL statements stored in a backup file.<<less
Added: 2007-10-01 License: Freeware Price: $0.00USD
14 downloads
SQLData 1.0
SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applications to more>> SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applications to access given database table using the SQLData class as means to store and retrieve data with SQL statements. These scripts are meant to run from the command line. They retrieve the definitions of a given database table and then the generate classes to access the table rows as objects or to manipulate them via Web forms. Experience has shown that the automatic generation handles about 80% of the repetitive work involved in building classes and forms. SQLData was designed to make it easy to automate the construction of the application specific classes interfacing to SQL tables. SQLData supports all databases supported by the DB class, currently MySQL and PostgreSQL 8.0 and up.<<less
Added: 2006-03-27 License: Other Price: $0.00USD
11 downloads
Schoorbs 1.0.4
Schoorbs is a free, GPL, system to make room and resource bookings through a WebGUI using PHP and MySQL/PostgreSQL. Schoorbs is a fork of MRBS. Since then various changes considering security, usability and portability were made. Schoorbs has the more>> Schoorbs is a free, GPL, system to make room and resource bookings through a WebGUI using PHP and MySQL/PostgreSQL. Schoorbs is a fork of MRBS. Since then various changes considering security, usability and portability were made. Schoorbs has the following features: * book rooms & resources grouped by areas * activity could be log via a simple logging interface * code is automatically tested by several unit tests * easy stylable through the usage of a template system * produces valid XHTML 1.1 output * packages for Debian and Ubuntu are available * well documented on the Schoorbs website<<less
Added: 2008-03-25 License: GPL Price: $0.00USD
11 downloads
Other version of Schoorbs
Price: GPLGNUPublicLicense
License:GPL - GNU Public License
License:GPL - GNU Public License
Object-Relation 0.1.0
Object-Relation module is an advanced object relational mapper. more>> Object-Relation 0.1.0 brings you a powerful tool which is an advanced object relational mapper. Use it to define your model classes and it handles the rest. It currently supports SQLite and PostgreSQL data stores.
<<less
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
10 downloads
Forumnews 1.5
seepies.net Forumnews currently works with phpBB and IB (Invision Board - not version 2 currently) using MySQL, PostgreSQL and MS Access databases. Modular design and seperate config file allows easy install, and template based display system allows more>> seepies.net Forumnews currently works with phpBB and IB (Invision Board - not version 2 currently) using MySQL, PostgreSQL and MS Access databases. Modular design and seperate config file allows easy install, and template based display system allows total control over look and feel of news display. See README for platform details. Still a work in progress, so more features are planned.<<less
Added: 2005-01-17 License: Price: 0.00 Price: 0.00
12 downloads
Other version of Forumnews
Openads 2.0 for PostgreSQL
It is an open source ad server. Currently it can manage multiple banners (any size) per client, view daily, overall and summary statistics, send statistics to clients via email, use HTML, GIF, JPEG an more>> It is an open source ad server. Currently it can manage multiple banners (any size) per client, view daily, overall and summary statistics, send statistics to clients via email, use HTML, GIF, JPEG and PNG-banners, show random, pre-defined or HTML/image banners, supports multiple keywords for groups of banners, supports conditional keywords, activate and deactivate single banners, show banners based on filters: user-agent, day-of-week, IP masks, domain, source page, Perform banner weighing, Target banner clicks to frames, and Use random or sequential banner retrieval.<<less
Added: 2002-12-12 License: GPL Price: Free
2511 downloads
Sequel 2.5
This is a lightweight database access toolkit for Ruby more>> Sequel 2.5 provides users with a professional and lightweight database access toolkit for Ruby. Sequel uses the concept of datasets to retrieve data. A dataset object encapsulates an SQL query, letting the query fetch all the data by using a Ruby DSL.
Major Features:
- Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
- Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
- Sequel supports advanced database features such as prepared statements, bound variables, stored procedures, master/slave configurations, and database sharding.
- Sequel makes it easy to deal with multiple records.
- Sequel currently has adapters for ADO, Amalgalite, DataObjects, DB2, DBI, Firebird, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
Enhancements
- Add Dataset #set_defaults and #set_overrides, used for scoping the values used in insert/update statements
- Allow Models to use the RETURNING clause when inserting records on PostgreSQL
- Raise Sequel:DatabaseError instead of generic Sequel:Error for database errors, dont swallow tracebacks
- Use INSERT ... RETURNING ... with PostgreSQL 8.2 and higher
- Make insert_sql, delete_sql, and update_sql respect the :sql option
- Default to converting 2 digit years, use Sequel.convert_two_digit_years = false to get back the old behavior
- Make the PostgreSQL adapter with the pg driver use async_exec, so it doesnt block the entire interpreter
- Make the schema generators support composite primary and foreign keys and unique constraints
- Work with the 2008.08.17 version of the pg gem
- Disallow abuse of SQL function syntax for types (use :type=>:varchar, :size=>255 instead of :type=>:varchar[255])
- Quote index names when creating or dropping indexes
- Dont have column accessor methods override plugin instance methods
- Allow validation of multiple attributes at once, with built in support for uniqueness checking of multiple columns
- In PostgreSQL adapter, fix inserting a row with a primary key value inside a transaction
- Allow before_save and before_update to affect the columns saved by save_changes
- Make Dataset#single_value work when graphing, which fixes count and paginate on graphed datasets
Added: 2009-07-03 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
15 downloads
Ardguest 1.8
Ardguest is a simple guestbook script that uses a flatfile to store messages, so you dont need any database like MySQL or PostgreSQL. Its suitable for anyone who need a guestbook that can be setup quickly. Features : multi-pages display, ability to more>> Ardguest is a simple guestbook script that uses a flatfile to store messages, so you dont need any database like MySQL or PostgreSQL. Its suitable for anyone who need a guestbook that can be setup quickly. Features : multi-pages display, ability to delete unwanted entries, checking for required field warning messages for missing fields, mail notification when someone signed the guest book, image verification code and spam filter words.<<less
Added: 2005-03-16 License: Other Price: $0.00USD
10 downloads
Other version of Ardguest
Price: FreeAdditionalInfoFreeaslongasthecopyrightlinkisleftintact.$18toremovecopyrightlink.
License:Other Free / Open Source License
License:Other Free / Open Source License
Freeside 1.5.0pre6
Freeside is an open-source billing and account administration package for Internet Service Providers. Features include: Uses Perls DBI allowing use of almost any database backend to store data (PostgreSQL or MySQL recommended), Web-based interface, more>> Freeside is an open-source billing and account administration package for Internet Service Providers. Features include: Uses Perls DBI allowing use of almost any database backend to store data (PostgreSQL or MySQL recommended), Web-based interface, Track customers by reseller/agent, Limit the packages a particular agent or class of agents may sell, Tax rates customizable by state and locale, Works with ICRADIUS or Radiator to authenticate directly from SQL databases, Virtual domain support, and more.<<less
Added: 2000-03-03 License: GPL Price: 0.00
12 downloads
TinyButStrong 3.1.0
TinyButStrong is a Template Engine for pro and beginners. It?s a single Php class with 6 methods and 5 properties. The TBS tags can be visible with any Visual (wysiwyg) Html Editor. TinyButStrong support MySQL, PostgreSQL, SQLite and other databases more>> TinyButStrong is a Template Engine for pro and beginners. It?s a single Php class with 6 methods and 5 properties. The TBS tags can be visible with any Visual (wysiwyg) Html Editor. TinyButStrong support MySQL, PostgreSQL, SQLite and other databases in native. It merges blocs ; sub-blocs ; multi-columns ; Html lists, radio buttons and checkboxes ; sub-templates ; ? It performs headers ; formats ; conditional display ; event functions ; ? You can find Manual, Examples, Support and Forum at the web page.<<less
Added: 2003-01-10 License: LGPL Price: $0.00USD
12 downloads
Other version of TinyButStrong
License:LGPL
bitweaver 1.0.1
Bitweaver is an advanced, Open Source, Object Oriented, Content Management System (CMS) and Web Application Framework written in PHP. It uses Smarty Templates for a simple HTML based templating system and ADOdb to support a multitude of databases more>> Bitweaver is an advanced, Open Source, Object Oriented, Content Management System (CMS) and Web Application Framework written in PHP. It uses Smarty Templates for a simple HTML based templating system and ADOdb to support a multitude of databases including MySQL, PostgreSQL and Firebird. Its strength lies in its highly modular and easily extensible design. This high degree of flexibility is considered "large grained modularity" and gives developers freedom to interleave open-source and proprietary code seamlessly. bitweaver has been designed from the very beginning, for speed from end-to-end: schema design, query utilization, and software design - a highly tuned, performance engine. The use of standard compliant XHTML Strict 1.0 and sophisticated tableless CSS has made bitweaver stand above the rest in the web application world. The well organized, nested style class system gives you substantial freedom with CSS based styling, with the least amount of work. With bitweaver, you are in control. bitweaver goes out of its way to let you make the decisions and design choices that best suit your problem.<<less
Added: 2005-07-06 License: LGPL Price: $0.00USD
12 downloads
QT-registrations 1.3
QT-registration is a professional incident registration, reporting and analysing system. It includes, disptaching, automatic notification, calendar planning, management reporting, statistic reports with trends analysis. Also allow location of tickets on more>> QT-registration is a professional incident registration, reporting and analysing system. It includes, disptaching, automatic notification, calendar planning, management reporting, statistic reports with trends analysis. Also allow location of tickets on map/satellite image (Google). Support several languages: EN, FR, NL. Support several databases: MySQL, SQL server, PostgreSQL, Oracle, FireBird, SQLite, Informix, DB2 and Access.<<less
Added: 2008-09-28 License: GPL Price: $0.00USD
13 downloads
JForumFusion 1.5
JForumFusion is a platform independent discussion board program. Some of it main features include: support of unlimited discussion forums, topics and member, threaded or linear discussions, file attachments, private messaging, web based more>> JForumFusion is a platform independent discussion board program. Some of it main features include: support of unlimited discussion forums, topics and member, threaded or linear discussions, file attachments, private messaging, web based administrative tools, UBBCode, multiple authentication sources, and high performance search engine. JForumFusion works on all major SQL database management systems: Oracle, DB2, MySQL, PostgreSQL, Sybase, SAP DB, HypersonicSQL, Microsoft SQL Server...<<less
Added: 2004-03-20 License: Other Price: 0.00
12 downloads
Other version of JForumFusion
Price: FreeAdditionalInfoAcademicFreeLicenseversion2.0
License:Other Free / Open Source License
License:Other Free / Open Source License
EMS SQL Manager 2005 Lite for PostgreSQL
EMS SQL Manager Lite for PostgreSQL is a light and easy-to-use freeware graphical tool for PostgreSQL administration. PostgreSQL Manager works with any PostgreSQL versions up to 8.0 and supports all of the latest PostgreSQL features including more>> EMS SQL Manager Lite for PostgreSQL is a light and easy-to-use freeware graphical tool for PostgreSQL administration. PostgreSQL Manager works with any PostgreSQL versions up to 8.0 and supports all of the latest PostgreSQL features including tablespaces, named arguments in functions and so on. It has minimal required set of instruments for those users who are new to PostgreSQL server and need only its basic functionality.<<less
Added: 2005-04-29 License: Freeware Price: $0.00USD
400 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above postgresql 1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed