Ports Search

Results 2,3712,380 of 5,824 for /net/.(0.004 seconds)
databases/dbconnect-0.3.5 (Score: 0.01987111)
Use C++ object API to allow applications to connect to databases
DBConnect (Database Connect) API is an easy to use C++ object API to allow applications to connect to databases. Your DB applications can now become cross platform and cross databased. The API currently implements MySQL, Oracle8 and PostGreSQL drivers in the Unix environments and MySQL, Oracle8 and ODBC in the Windows environment.
databases/mysql++-3.2.2 (Score: 0.01987111)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container. This port contains the version 3 of the library; see databases/mysql++ and databases/mysql++1 for the older versions.
databases/dbow-0.7 (Score: 0.01987111)
DBOW is a database object generator for C, Perl, PHP, etc
DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
databases/gadfly-1.0.0 (Score: 0.01987111)
SQL database written in Python
Gadfly is a relational database management system which uses a large subset of very standard SQL as its query language and Python modules and optional Python/C extension modules as its underlying engine. Gadfly stores the active database in memory, with recovery logging to a file system. It supports an optional TCP/IP based client server mode and log based failure recovery for system or software failures (but not for disk failures).
databases/gqlplus-1.16 (Score: 0.01987111)
SQL*PLUS with commandline editing, history, and name completion
gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX platforms. The difference between gqlplus and sqlplus is command-line editing and history, plus tablename completion. As you know if you have used sqlplus, it is notoriously difficult to correct typing errors and other mistakes in your SQL statements. sqlplus does give you ability to use external editor to edit a statement, but only the last statement you typed. gqlplus solves this problem by providing the familiar command-line editing and history as in tcsh or bash shells, and tablename completion, while otherwise retaining compatibility with sqlplus. Thus, no user training is needed - simply use gqlplus instead of sqlplus. In addition, configuration/installation is trivial: gqlplus is a single binary compiled executable (written in C), so all you need is download it and put it anywhere in your PATH. After that, you'll be ready to use it.
databases/leo_center-0.4.70 (Score: 0.01987111)
LeoFS Web console
LeoFS is a highly scalable, fault-tolerant distributed file system for the Web. LeoCenter is LeoFS Web console in your browser. You can use it to easily operate LeoFS.
databases/libdbi-0.9.0 (Score: 0.01987111)
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 this framework.
databases/adodb-4.99.2 (Score: 0.01987111)
Database library for PHP
ADOdb stands for Active Data Objects Data Base. ADOdb is a database abstraction library for PHP. The PHP version currently supports an amazing number of databases, thanks to the wonderful ADOdb community: MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC, ODBTP. The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers are community contributions.
databases/bbdb-2.35 (Score: 0.01987111)
Big Brother Database
BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database, and is not, repeat, _not_ an obscure reference to the Buck Rogers TV series. Put the expression below into your ~/.emacs (require 'bbdb) (bbdb-initialize)
databases/buzhug-1.8 (Score: 0.01987111)
Pure-Python database engine
buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database); the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language. The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.