Skip to content

RaccoonDB is a library that sits on top of SQLite written in PHP that emulates basic nosql features, and is meant to be quick and easy to get up and working with versus scalable and optimized.

Notifications You must be signed in to change notification settings

walpolea/RaccoonDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RaccoonDB is the Quick and Dirty Prototyping Database for PHP

*It doesn't scale
*It probably can't handle much load
*It's only as secure as you want to make it.
*There are probably bugs and inconsistencies
*It's great if you want to build a json-based rest api in a few minutes without needing to install and run a database service.

Requires PHP 5.3+

It's not really it's own database. RaccoonDB builds a nosql-like interface on top of sqlite built into php. This allows for a quick way to get up and running with a json document store (think couchDB and mongoDB) without needing a dedicated server running the databasing software.

Recommendations on standardizing some sort of security around the db files that get created would be great.

Don't even look at the filter function. ugh.

/////////////////////////
INSTALLATION
/////////////////////////

1. Put RaccoonDB.php in some folder on your server
2. Use RaccoonDB.php
3. You may encounter errors if you don't provide the right permissions to the directory that RaccoonDB is trying to create the database files in.

About

RaccoonDB is a library that sits on top of SQLite written in PHP that emulates basic nosql features, and is meant to be quick and easy to get up and working with versus scalable and optimized.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages