PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Thomas Björk   memDB   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: uÚpdated readme to markdown
Class: memDB
Memory based database manager
Author: By
Last change: Update of README.md
Date: 2 months ago
Size: 398 bytes
 

Contents

Class file image Download

memDB

memDB is a really simple databaselike class.

You can create tables, columns and records.

There is no fancy errorchecking so you might run into some unexpected results if you're not careful.

memDB can import and export commaseparated text.

memDB can also load and save information from textstrings and files.

The textstring might be useful if the data is stored in another database.