Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: Database written in PHP Date: Sat, 24 Oct 2015 14:35:17 +0200 Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net 2U8s8q3Jkwl8tJ1G8XIZQgjrhqtqk0bi52sr5w47v+TED1jx6v Cancel-Lock: sha1:IgjWj1Vvdw3UFIpcnabioPUv8hc= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: Xref: csiph.com comp.lang.php:15773 On 10/24/2015 12:23 PM, James Harris wrote: > On 24/10/2015 08:21, J.O. Aho wrote: >> On 10/23/2015 11:25 PM, James Harris wrote: >>> Are there any lightweight databases written in PHP? >>> >>> I don't mean PHP code to access a database like MySQL or similar. I am >>> thinking of the data being stored in a flat file or files and there >>> being some PHP code to provide database-like read-write access to the >>> data. It does not need to be SQL-based as long as it has reasonable data >>> access primitives. >>> >>> Maybe there are a few of these but web searches tend to pull up lots of >>> info on how to access a database from within PHP which is a different, >>> and far more common, topic. Hence, this query. >> >> First google result I got was: https://code.google.com/p/yndb >> >> Third result was: http://gladius.sourceforge.net >> >> Fourth: >> http://www.phpclasses.org/package/1672-PHP-File-based-database-SQL-engine-in-pure-PHP.html >> > > What was your search query? Database engine written in php -- //Aho