Skip to content

fligtar/arraise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A home for something I wrote in 2007

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors