|
| SQLB description |
Download |
 |
The SQLB project is used to improve SQL requests to a database. It supports MySQL, PostgreSQL and Oracle(tm).
It is a set of deamon programs that make multiple permanent connection to one or more database when they start. Then an external program, previously linked with the sqlb client library, can send SQL requests to these deamons and get the result without any need to make a connection/disconnection. The SQLB PHP and Perl modules provided here with SQLB are some examples of such programs.
The requests are improve thanks to the permanent connection system. For each requests, you win the time that will be used to make the connection and disconnection. But the improvement has its limits, of course. According to the kind of database used and the manner you access it, the improvement differ. In fact, SQLB is most efficient in two cases :
- When you use a database that have complex connection protocol like Oracle.
- When your database is on a distant server.
With database like MySQL or PostgreSQL hosted in the same server, SQLB bring no improvement because it uses unix sockets like them. But if you hosts the databases on a distant servers, you can have quite the same results as if you have a local base. So it's a good solution when multiple servers must access a centralized database.
Features:
- Support of MySQL, PostgreSQL and Oracle(tm) database.
- Definition of multiple connection pool to one or more database of any kind (mixing is possible). An id allow you to choose which access to use later.
- Possibility of load management : SQLB is able to create or stop new connections to deal with an increasing number of requests
- Possibility to add integrity check : SQLB will regularly check if the queued requests aren't corrupted because they are stored in a shared memory segment
- Permanent connection check : SQLB will regurlarly check if its database connection are alive, and in the contrary reconnect them.
- Logging system : Logging is managed by one of the SQLB deamon. You have four different level of log ; you can log errors, useful informations, SQL requests executed and debug messages
- Very simple API : the API consists of only one function. All the resulted informations are stored in a structure. Don't be bother with all complex API anymore (connect, prepare, execute, fetch, ... ;)
- You can easily migrate from a database type to another without deeply modifying your code, just some adjustment has to be made in the SQL requests to deal with the database specificities. And with the PHP and Perl module, you can start a web site with a free database like MySQL or PostgreSQL and then migrate easily to Oracle if your site become too important to continue working correctly with these free databases (that are very good databases but in certain cases could reach their limits ;)
- Timeout management : the client library manages timeout so that your external program won't freeze if the database don't answer properly.
|
|
|
| MOST POPULAR DOWNLOADS IN THIS CATEGORY ( Database Tools ) |
|
 |
DBF reader and writer 1.5 |
| DBF reader and writer script helps you to manage DBF files. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 4,439 |
|
|
 |
MySQL Entity Relationship Drawer 0.8 |
| MySQL Entity Relationship Drawer reads in a MySQL database and attempts to produce and Entity Relationship Diagram for it. |
| Windows/Linux/Mac OS/BSD/Solaris | PHP | Rating: Fair | Downloads: 4,160 |
|
| update | no screenshots |
 |
| June 9th, 10:58 GMT |
|
 |
PHP Automatic form generator 1.01 |
| PHP Automatic form generator script implements a generic submit structure for any table in a database, and will display a form on your page to allow the user to enter data and submit it to the database. |
| Windows/Linux/BSD/Solaris | PHP | Rating: Good | Downloads: 2,691 |
|
| new | no screenshots |
 |
| May 21st, 14:10 GMT |
|
 |
php excel SQL to Excel |
| php excel SQL to Excel script will write data from php using text from an SQL table (MySQL, supply your own SQL query) to a microsoft excel (.xls) file. |
| Windows/Linux/Mac OS/BSD/Solaris | PHP | Rating: Fair | Downloads: 2,433 |
|
| update | no screenshots |
 |
| June 9th, 10:57 GMT |
|
 |
Create table statements for MS Access tables 1.0 |
| Create table statements for MS Access tables script parses the output of MS Access's documenter report and generates sql create table statements. |
| Windows/Linux/Mac OS/BSD/Solaris | Python | Rating: Good | Downloads: 1,989 |
|
| new | no screenshots |
 |
| May 18th, 10:12 GMT |
|
 |
PHP5 to MySQL connector 6.0.3 |
| PHP5 to MySQL connector - With the help of this script you can easily connect to any database of your website. |
| Windows/Linux/Mac OS/BSD/Solaris | PHP | Rating: Very Good | Downloads: 1,985 |
|
| update | no screenshots |
 |
| May 12th, 07:09 GMT |
|
 |
Foxpro via ODBC |
| Foxpro via ODBC is an example of using ODBC to connect to a Visual Foxpro FREE TABLE directory and execute simple sql query. |
| Windows/Linux/Mac OS/BSD/Solaris | PHP | Rating: Good | Downloads: 1,942 |
|
| new | no screenshots |
 |
| May 19th, 07:30 GMT |
|
|
|
|
|
 
| Welcome! |
Hello, Guest
Login if you have a Softpedia.com account.
Otherwise, register for one.
|
|