Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lightweight ORM for SQLite [closed]

Tags:

php

orm

I am looking for a lightweight PHP ORM for SQLite. I don't care which pattern it uses.

I just want it to be lightweight and easy to use.

Any ideas?

like image 791
Omid Kamangar Avatar asked Feb 02 '23 10:02

Omid Kamangar


1 Answers

Take a look at RedBean PHP it is a lightweight ORM compatible with SQLite, PostgreSQL and MySQL.

like image 188
aleroot Avatar answered Feb 04 '23 22:02

aleroot