WordPress-Plugin-Boilerplate-Powered icon indicating copy to clipboard operation
WordPress-Plugin-Boilerplate-Powered copied to clipboard

[Library] BerlinDB

Open jonathaf opened this issue 3 years ago • 3 comments

It would be very interesting to integrate some ORM to this project, like Eloquente or Doctrine, it would be much more productive to develop for the WP, there is even a project that inspired me... https://github.com/steed/steed

jonathaf avatar Nov 26 '21 11:11 jonathaf

It isn't a bad idea. Do you have any idea how? as the boilerplate focus is to have examples it is required to create a file with some tests on that with a specific library. I was thinking https://github.com/berlindb that now has also examples

Mte90 avatar Nov 26 '21 11:11 Mte90

I updated with a PR https://github.com/berlindb/wordpress-example. I think that I will create a new folder for those stuff and add examples on how to manipulate it with REST endpoints

Mte90 avatar Jul 06 '22 18:07 Mte90

Yesterday I worked on https://github.com/Mte90/BerlinDB-Rest/ and now is a PR https://github.com/berlindb/core/pull/150

Before to merge it I think that it's the case to wait to release a new boilerplate version. Also the generator is updated and works with the actual development version, so it is just enough to download the dev version of the generator.

Mte90 avatar Jul 08 '22 11:07 Mte90