2

I do look for a simple NoSQL DB that such as Sqlite DB, i.e. that does not need to install a separate daemon. All files needed should be in my PHP application tree. Do all NoSQL DB implementations need a separate daemon to be usable?

1111161171159459134
  • 1,216
  • 2
  • 18
  • 28

4 Answers4

1

GT.M is another solution you should have a look at.

Laurent Parenteau
  • 2,516
  • 20
  • 31
1

Berkeley DB

The webpage above is very marketing oriented. Take a look also at the Wikipedia page

filippo
  • 2,967
  • 1
  • 19
  • 19
  • So interesting!!! but so Oracle. I mean, no real PHP API or binding, only for Java or C++; PHP mentioned but how to find a true native PHP API for Berkeley DB? Could you tell me? – 1111161171159459134 Dec 17 '10 at 11:26
  • I'm sorry I can't help you much with php. I've used Bdb only from python, and it was some years ago before Oracle acquired it. Googling around I've found some posts on using it with php, but it seems you have to do some configuration and installation on the server http://sepp.oetiker.ch/subversion-1.4.6-rp/ref/ext/php.html – filippo Dec 19 '10 at 21:16
  • Forgot to mention... Check the license. If nothing has changed it should be dual licensed under a free software license called Sleepycat License (by the name of company which mantained and sold the software) or commercial. – filippo Dec 19 '10 at 21:27
0

ZODB? it is OO DB and follows NoSQL (Not Only SQL)

Eir Nym
  • 1,515
  • 19
  • 30
0

There is solution for your task!

Community
  • 1
  • 1
Eir Nym
  • 1,515
  • 19
  • 30
  • PHPillow! But look/read: "PHPillow Prerequisites: #1 -> A running CouchDB installation from current trunk." I cannot install anything on my server so I do look for a solution that does not require me to install anything on the server. So this is not a solution. – 1111161171159459134 Dec 19 '10 at 04:29
  • 2
    also you can look here: http://nosql-database.org/ there many embedded databases engines – Eir Nym Dec 24 '10 at 11:44
  • il_guru, in most cases you're right, but does this rule is applicable for stackoverflow or wikipedia-like links which can be found on first page in google search? – Eir Nym Nov 19 '12 at 13:08