Skip to content
New issue

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

JSON File as Data source driver #255

Open
jasondavis opened this issue May 13, 2017 · 1 comment
Open

JSON File as Data source driver #255

jasondavis opened this issue May 13, 2017 · 1 comment
Assignees

Comments

@jasondavis
Copy link

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:

  • Open JSON file and read content
  • Create New JSON file
  • Update JSON data in existing JSON file
  • Delete JSON data in a JSON file
  • Delete JSON file

It could be a Fork of this project or implemented as a Driver where there is a MySQL DB Driver and 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?

@mevdschee
Copy link
Owner

I love this library but I am in need of using JSON files with no DB for a certain project.

What is it that JSON files have that SQLite does not have? What requirements are you missing?

@mevdschee mevdschee self-assigned this May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants