CodeIgniter Forums
Artefact - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Artefact (/showthread.php?tid=72986)

Pages: 1 2 3 4


Artefact - vincent78 - 03-07-2019

Hello everyone,

I'm creating an ORM designed for CodeIgniter.
It's not finished yet, so it's not ready for production use !

You can find Artefact on GitHub: https://github.com/vmoulin78/concorde
A demo with MySQL: https://github.com/vmoulin78/demo-concorde-mysql
A demo with PostgreSQL: https://github.com/vmoulin78/demo-concorde-postgresql

Have a good day !
Vincent


RE: LightORM - php_rocs - 03-07-2019

@vincent78,

CI3 and CI4? CI3 only? CI4 only?


RE: LightORM - vincent78 - 03-07-2019

for now, CI3 only


RE: LightORM - vincent78 - 03-12-2019

Version 0.0.8 Beta Released


RE: LightORM - vincent78 - 03-12-2019

What you can do with Artefact is here

The associations and database fields are defined here


RE: LightORM - fadsel - 03-20-2019

(03-12-2019, 06:28 AM)vincent78 Wrote: What you can do with LightORM is here and here

The compositions, associations and database fields are defined here

Let me give it a try, looking forward to the final release.
Great job!


RE: LightORM - vincent78 - 03-21-2019

(03-20-2019, 04:56 PM)fadsel Wrote:
(03-12-2019, 06:28 AM)vincent78 Wrote: What you can do with LightORM is here and here

The compositions, associations and database fields are defined here

Let me give it a try, looking forward to the final release.
Great job!

Thanks
A first Production version should be released by the end of the month.


RE: LightORM - albertleao - 03-21-2019

Hey Vincent78.

Great job working on this project.

But before this can even get close to production, this really needs to be documented, unit tested, and ran in beta environments for more than 8 days before being called 'production'. We as developers need to be responsible, especially when calling something 'production' ready.

Take a look at a tried and tested library called doctrine. https://github.com/doctrine/orm

Keep up the good work!


RE: LightORM - vincent78 - 03-30-2019

Version 0.0.11 Beta Released:
- Management of the reflexive associations


RE: LightORM - vincent78 - 06-15-2019

Version 0.0.18 Beta Released:
- Management of the DateTime classes
- Improvement of the reflexive associations
- Improvement of the Databubble concept

GitHub: https://github.com/vmoulin78/concorde