fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19
stars
5
forks
source link
File access is attempted when operating in memory #36
When starting a database, a blank repository is written to the disk when starting up. This would prevent embedded operation in a webapp and cloud environment where disk access is not supported.
Possibly also need to be cautious about checking for config files. We can close this once we've proven in-memory operation on Cloud Foundry
When starting a database, a blank repository is written to the disk when starting up. This would prevent embedded operation in a webapp and cloud environment where disk access is not supported.
Possibly also need to be cautious about checking for config files. We can close this once we've proven in-memory operation on Cloud Foundry