fligtar/arraise
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
I wrote arraise in 2007 as a lightweight alternative to setting up a full database using MySQL. Arraise offers similar methods for inserting, modifying, and removing data from tables and databases (including a query language and API) but stores them as serialized PHP arrays to disk. It's not intended for large datasets and performance is probably terrible, but it may be useful if you're just looking to quickly store and retrieve data across sessions. It's not currently maintained and may not even fully work anymore; I just wanted to preserve it in case it's useful down the road. Unfortunately I cannot currently find any of the documentation on query language syntax or API methods.