diff options
| author | Damien Regad <dregad@mantisbt.org> | 2014-04-20 00:39:25 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2014-04-20 00:39:25 +0200 |
| commit | 99562415916dfd3a180752d59bde1d9f0d276457 (patch) | |
| tree | f4d7c96d6f5b589ea76ef7c854056c598b5a31e9 /README.md | |
| parent | 432c981ff2bc0a4f0335444e916aae8d81b4a660 (diff) | |
| download | adodb-99562415916dfd3a180752d59bde1d9f0d276457.tar.gz adodb-99562415916dfd3a180752d59bde1d9f0d276457.tar.bz2 adodb-99562415916dfd3a180752d59bde1d9f0d276457.zip | |
Rename readme file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..a7de809c --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +>> ADODB Library for PHP5 + +(c) 2000-2014 John Lim (jlim@natsoft.com) + +Released under both BSD and GNU Lesser GPL library license. +This means you can use it in proprietary products. + + +Introduction +============ + +PHP's database access functions are not standardised. This creates a +need for a database class library to hide the differences between the +different databases (encapsulate the differences) so we can easily +switch databases. + +We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, +Microsoft SQL server, Foxpro ODBC, Access ODBC, Informix, DB2, +Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. + +We hope more people will contribute drivers to support other databases. + + +Documentation and Examples +========================== + +Refer to the adodb/docs directory for full documentation and examples. +There is also a tutorial tute.htm that contrasts ADODB code with +mysql code. + + + +Files +===== + +adodb.inc.php is the main file. You need to include only this file. + +adodb-*.inc.php are the database specific driver code. + +test.php contains a list of test commands to exercise the class library. + +adodb-session.php is the PHP4 session handling code. + +testdatabases.inc.php contains the list of databases to apply the tests on. + +Benchmark.php is a simple benchmark to test the throughput of a simple SELECT +statement for databases described in testdatabases.inc.php. The benchmark +tables are created in test.php. + +readme.htm is the main documentation. + +tute.htm is the tutorial. + + +More Info +========= + +For more information, including installation see readme.htm +or visit + http://adodb.sourceforge.net/ + + +>> Feature Requests and Bug Reports + +Email to jlim@natsoft.com + + |
