SA-MP Forums Archive
SA-MP database ORM? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA-MP database ORM? (/showthread.php?tid=445089)



SA-MP database ORM? - BrandyPenguin - 19.06.2013

Hello SA-MP community,
I have wonder if SA-MP have database ORM? - Is it even possible to create?
I mean something like is Doctrine and Propel in PHP.

If it's possible ( and haven't released ) maybe starting make it with community?


Re: SA-MP database ORM? - BrandyPenguin - 06.07.2013

Gamer_Z, do you use c++ based ORM?
Blazing User DB is not so flexible as i would use it on code, but this is good starting point for creating it.


Re: SA-MP database ORM? - Misiur - 19.07.2013

I'm currently in process of writing really big thingy for pawn scripting in php (with heavy usage of symfony 2 components), and I'm implementing doctrine support. Stay tuned!

#e: Oh, and also I'm writing library with a set of supermacros for pure pawn, but it won't be as awesome


Re: SA-MP database ORM? - Kar - 01.08.2013

Maybe it's already been done!? (Maybe with MySQL!)

Here's a sneak peek that I'm not supposed to release!

pawn Code:
native orm_setkey(ORM:id, varname[]);