Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.280.575 Times

Abstraction Layer freeware
Filter: All | Freeware | Demo
 

Abstraction Layer

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.448

CAN Abstraction Layer The CAN Abstraction Layer (CANAL) provides a single interface for programs to use different CAN drivers. It consists of a CANAL daemon that handles client and driver communication, a canalLogger that logs messages in a window, and a simple diagnostic application. C++ clases and DLL/DL...



Platforms: *nix

License: Freeware Size: 2.3 MB Download (95): CAN Abstraction Layer Download

Added: April 05, 2010 | Visits: 1.612

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using...





Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: May 20, 2013 | Visits: 435

Simple Abstraction Layer Simple Abstraction Layer handles establishing connections, while another query execution and results retrieval.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Simple Abstraction Layer Download

Added: July 01, 2013 | Visits: 639

SQL Abstraction Layer SQLaL is a PHP Abstraction Layer script which makes it is easy to access and run queries on a MySQL database. It is designed to simplify the use of MySQL databases.The PHP script can be used for connecting, accessing, querying and reading results from a MySQL database. SQLaL is a good tool for...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): SQL Abstraction Layer Download

Released: December 14, 2012  |  Added: December 14, 2012 | Visits: 499

Database Abstraction Layer for PHP DAL is a Database Abstraction Layer written entirely in PHP. The goal is to provide users with a general way to access databases. Changing from one DBMS to another only needs changing the driver you want to use.


Platforms: Windows, Mac, Linux

License: Freeware Size: 156.54 KB Download (48): Database Abstraction Layer for PHP Download

Added: June 25, 2010 | Visits: 920

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: January 03, 2010 | Visits: 905

dbi4php php4dbi is a database abstraction layer for PHP. dbi4php is simple to use (a single file with a simple API) and lean enought to not bloat your PHP application. It provides a common API for accessing a variety of database systems. This allows you to develop your application without limiting it...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (88): dbi4php Download

Added: November 10, 2010 | Visits: 1.108

libdbi-drivers libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The libdbi-drivers project...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Added: January 10, 2010 | Visits: 1.035

GroundWork Foundation 1.1 Milestone GroundWork Foundation is a network management data abstraction layer and development platform written in Java. With GroundWork Foundation, data from both open source tools and legacy management systems can be accessed via real time status views, reports and dashboards. GroundWork Status...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (93): GroundWork Foundation 1.1 Milestone Download

Added: September 08, 2010 | Visits: 1.066

Haskell Database Connectivity Haskell Database Connectivity project provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (95): Haskell Database Connectivity Download

Added: January 03, 2010 | Visits: 784

Momomoto Momomoto software is a database abstraction layer / object relational mapper for PostgreSQL..


Platforms: *nix

License: Freeware Download (89): Momomoto Download

Added: June 08, 2010 | Visits: 1.206

Rauls classes for PHP Rauls classes for PHP is an OOP database abstraction layer for PHP 5.1 or greater. Rauls classes for PHP provides abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL, and...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): Rauls classes for PHP Download

Added: March 18, 2010 | Visits: 539

libpreludedb The PreludeDB Library provides an abstraction layer upon the type and format of the database used to store IDMEF alerts. libpreludedb allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (89): libpreludedb Download

Added: May 10, 2013 | Visits: 414

dbi4php dbi4php is a database abstraction layer for PHP. It is simple to use (a single file with a simple API) and lean enought to not bloat your PHP application. It provides a common API for accessing a variety of database systems. This allows you to develop your application without limiting it to...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): dbi4php Download

Added: May 10, 2013 | Visits: 702

Another PHP Extension 2.0b2 Another PHP Extension is a PHP-driven Template Abstraction Layer. Features: - Fast - never recompiles unchanged templates. - Clever - caches all work results. - Flexible - no hardcoded operators. - Powerful - can overload HTML tags. - Friendly - operators looks like HTML tags.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Another PHP Extension 2.0b2 Download

Added: August 16, 2013 | Visits: 409

metafire Metafire is a very simple database abstraction layer for firebird/interbase.To use it, you have to know things about php-function for firebird/interbase. But still you can use it as you use mysql or postgres in a simple way


Platforms: PHP

License: Freeware Size: 10 KB Download (39): metafire Download

Added: June 03, 2013 | Visits: 366

Mraiur_Database This PHP class implements a MySQL database abstraction layer. It will allow PHP applications to connect to a MySQL database and interact with it performing queries or saving data to it.Here are some key features of Mraiur_Database:- Establish MySQL database server connections setting the client...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (43): Mraiur_Database Download

Added: August 01, 2013 | Visits: 484

Light Table The Zend Framework database abstraction layer package is used to access various types of databases.Light Table provides functions to execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, values and conditions.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Light Table Download

Added: May 27, 2013 | Visits: 938

Text DB API driver for AbstractDB Text DB API driver for AbstractDB is a driver for the AbstractDB SQL database abstraction layer to access flat file databases managed using the Text DB class API.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Text DB API driver for AbstractDB Download

Added: August 17, 2013 | Visits: 304

JASPA.DOM The JASPA DOM API is a full abstraction layer for cross-browser scripting. It is written in a strongly-typed language modelled on AS3, and the JASPA compiler converts it into regular javascript.


Platforms: PHP

License: Freeware Size: 296.96 KB Download (39): JASPA.DOM Download

1 2 3 4 5 >