databases

warning: Parameter 2 to views_rss_views_feed_argument() expected to be a reference, value given in /home/0all/drupal-5.9/includes/module.inc on line 406.

CatsWhoCode.com: Getting started with CouchDB: a beginner's guid...

PHPDeveloper.org  Fri, 03/05/2010 - 09:30

From CatsWhoCode.com there's a new tutorial looking at some of the basics of using CouchDB with PHP (the popular NoSQL database).

They don't cover the install of CouchDB, so you'll need to have that up and running to follow along.


 

IBM Acquires Guardium, Adds Real-Time Compliance to Databases

Redmond Developer News | News  Tue, 12/01/2009 - 14:09

IBM on Monday said it has acquired Guardium, a leading supplier of real-time database application monitoring software.


 

Webopedia Term of the Day: OpenDocument Format

Linux Today  Thu, 10/29/2009 - 03:33

Webopedia: "An open file format enables users of varying office suites to exchange documents, such as text-based documents, spreadsheets, charts, or databases, freely with one another."


 

NoSQL: Distributed and Scalable Non-Relational Database Systems

Linux Magazine: Top Stories  Sun, 10/18/2009 - 19:19

Non-SQL oriented distributed databases are all the rage in some circles. They're designed to scale from day 1 and offer reliability in the face of failures.


 

Accessing SQLite in C

Linux Journal - The Original Magazine of the Linux Community  Mon, 08/31/2009 - 09:21

In my last article I wrote about accessing a PostgreSQL database in C/C++.

In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and the supporting libraries, SQLite creates completely self-contained databases that aren't dependant upon a client-server architecture.

read more


 

How to create a database with OpenOffice Base

Linux Today  Wed, 08/26/2009 - 11:02

Ghacks: "OpenOffice Base is a database management system capable of creating its own databases or connecting to a database created by the more powerful MySQL database server.

But for the average user, creating a stand alone database is enough power. And OpenOffice Base handles this task easily."


 

Vid Luther's Blog: Talking to multiple databases with Symfony 1....

PHPDeveloper.org  Mon, 08/24/2009 - 10:29

Vid Luther has a new post today looking at connecting to multiple databases inside of your Symfony framework application.

The key is in setting up your YAML files the right way.


 

Accessing PostgreSQL in C/C++

Linux Journal - The Original Magazine of the Linux Community  Mon, 08/03/2009 - 10:55

For some, databases can be pretty intimidating. I remember some of the convoluted code I wrote years ago in order to avoid having to learn how to access a database from my programs.

But it's actually not that hard to access a database, even in C/C++.

read more


 

Understanding MySQL Appliances and Hardware Acceleration

Linux Magazine: Top Stories  Sun, 08/02/2009 - 22:21

Believe it or not, there are servers specifically designed to run MySQL -- not to mention other hardware that help to accelerate your databases. Here's a look at what's out there.


 

Don't Repeat Yourself. Use Rails Templates.

Linux Magazine: Top Stories  Thu, 07/23/2009 - 22:57

Rails is a productive environment -- once you install gems, plugins, and initializers, configure routes, generate code, migrate databases, and tune your environments.

Rails templates can automate all of that busy work.