Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第14,91114,920项(搜索用时0.01秒)
databases/cdb-0.34 (Score: 5.180394E-5)
Python interface to DJB's constant database library
python-cdb is D. J. Bernstein's constant database library adapted as a python extension module. cdb files are mappings of keys to values, designed for wickedly fast lookups and atomic updates. This module mimics the normal cdb utilities (cdb(get|dump|make)) via convenient high-level Python objects.
databases/pyodbc-3.0.10 (Score: 5.180394E-5)
ODBC connections for python
pyodbc is a Python module that allows you to use ODBC to connect to almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more.
databases/activerecord-3.2.22.2 (Score: 5.180394E-5)
Object-relational mapping layer for Rails MVC Framework
Action Record In Rails, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods.
databases/activerecord-4.2.6 (Score: 5.180394E-5)
Object-relational mapping layer for Rails MVC Framework
Action Record In Rails, the model is handled by what's called a object-relational mapping layer entitled Active Record. This layer allows you to present the data from database rows as objects and embellish these data objects with business logic methods.
databases/tinycdb-0.78 (Score: 5.180394E-5)
Analogous to cdb, but faster
It is analogous to cdb from D.J.Berstein, but written completely from scratch, has some functionality removed and some new added compared to DJB's one, a bit faster, and much easier to use (only one library needed at link time).
databases/sfcgal-1.3.0 (Score: 5.180394E-5)
Wrapper library around CGAL for PostGIS
SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations. SFCGAL provides standard compliant geometry types and operations, that can be accessed from its C or C++ APIs. PostGIS uses the C API, to expose some SFCGAL's functions in spatial databases
databases/sqliteman-1.2.2 (Score: 5.180394E-5)
Admin's GUI tool for Sqlite3
sqliteman is the best developer's and/or admin's GUI tool for Sqlite3 in the world. No joking here (or just a bit only). It contains the most complete feature set of all tools available. And much more, it's available for all major platforms, and it's free.
databases/sqlitestudio-3.1.0 (Score: 5.180394E-5)
SQLite database GUI manager
SQLiteStudio is a SQLite database manager with the following features: * Intuitive interface * Powerful, yet light and fast * Exporting to various formats (SQL statements, CSV, HTML, XML, PDF, JSON) * Importing data from various formats (CSV, custom text files) * Numerous small additions, like formatting code, history of queries executed in editor windows, on-the-fly syntax checking, and more * Unicode support * Configurable colors, fonts and shortcuts
databases/virtualpg-1.0.1 (Score: 5.180394E-5)
Loadable dynamic extension to both SQLite and SpatiaLite
VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite. Its intended scope is supporting direct SQL access to PostgreSQL and PostGIS own tables, so to make any possible kind of data exchange between these two popular open source Spatial DBMSes as straightforward and simple as possible.
databases/pxlib-0.6.7 (Score: 5.180394E-5)
C library to read various Paradox files
pxlib is shared C library to read various Paradox files. Currently .DB files are best supported. pxlib provides a very simple api to read the header and the data records of Paradox files. I also provides functions to convert the data into the hosts data format (little or big endian).