We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be hard, or basically possible with the current structure of the library to make it work with JSON files instead of a Database.
So it would be able to:
It could be a Fork of this project or implemented as a Driver where there is a MySQL DB Driver and JSON File Driver
MySQL DB Driver
JSON File Driver
I love this library but I am in need of using JSON files with no DB for a certain project.
Any thoughts on how this might would be possibble with PHP-CRUD-API library or not worth the effort?
The text was updated successfully, but these errors were encountered:
What is it that JSON files have that SQLite does not have? What requirements are you missing?
Sorry, something went wrong.
mevdschee
No branches or pull requests
Would it be hard, or basically possible with the current structure of the library to make it work with JSON files instead of a Database.
So it would be able to:
It could be a Fork of this project or implemented as a Driver where there is a
MySQL DB Driver
andJSON File Driver
I love this library but I am in need of using JSON files with no DB for a certain project.
Any thoughts on how this might would be possibble with PHP-CRUD-API library or not worth the effort?
The text was updated successfully, but these errors were encountered: