Doctrine Object Relational Mapper

Component type

module

Maintenance status

Development status

Downloads

1695

Component created

Component changed

This module is a set of base component and connectors to integrate Doctrine ORM with Drupal Core. The Doctrine Object Relational Mapper sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.

http://www.doctrine-project.org/projects/orm.html

CouchDB Integration

Component type

module

Maintenance status

Development status

Downloads

1963

Component created

Component changed

The CouchDB module provides API access to any Couch Database. The API exposes a majority of the Database, Document, Design and Views API. The CouchDB module when enabled does not do anything. It provides a library to build additional functionality or applications.

The couchdb_watchdog module is a sample implementation of using Drupal with CouchDB.

Please help solidify the development release into a full 7.x release by logging issues and testing the module out.

Forena Reports

Component type

module

Maintenance status

Development status

Downloads

33114

Component created

Component changed

Forena is database report writing software built on the Drupal platform. Forena is built of the idea that if you can write the SQL necessary to get the data out of a database, it should take very little work to get that data out on the web. It is designed to leverage knowledge of HTML, CSS, SQL and Java Script to help you create rich interactive web reports.

Note: Before trying out forena make sure you have private file systems properly configured. It doesn't need to be set as the default delivery method, but it does need to be configured.

Drupal driver for SQL Server and SQL Azure

Component type

module

Categories

Maintenance status

Development status

Downloads

80335

Component created

Component changed

Drupal 7 and Drupal 8 driver for Microsoft SQL Server database engines.

It supports both SQL Server Stand-Alone (version 2008 and later) and Azure SQL (version 12 and later).

The MSSQL PDO extension will work on both Windows and Linux Systems.

Linux Support #43

Compatibility and Quality Assurance

The SQL Server driver 8.x-2.x branch is being continuously tested through AppVeyor:

DBTNG Migrator

Component type

module

Maintenance status

Development status

Downloads

12432

Component created

Component changed

One of the most exciting new features about Drupal 7 is the object orientated database layer, or Database: The Next Generation (DBTNG) as it was code named. For the first time in Drupal's history, you can now connect to several different databases of different server types at the same time. All using Drupal's database framework.