[INC] WoDB -
[JIeXa] - 13.03.2009
[INC]WoDB By JIeXa
*
* WoDB.inc 1.0 Beta
* © Copyright 2009 by JIexa & GaTa
*
* @authors : JIexa & GaTa
* @date : 13th March 2009
* @require : a_sampdb and straight hands
*
* This file is provided as is (no warranties).
*
* Feel free to use it, a little message in
* about box is honouring thing, isn't it?
*
*
Natives
native db_OnFilterScriptInit();
native db_OnFilterScriptExit();
native db_Is_Table_Exists(tablename[]);
native db_Table_Create(tablename[], string[]);
native db_Table_Remove(tablename[]);
native db_NewString(tablename[], keys[], values[]);
native db_Set(tablename[], key[], value[], ifkey[], ifvalue[]);
native db_UnSet(tablename[], ifkey[], ifvalue[]);
native db_IsSet(table[], key[], titul[], value[]);
native db_Get(tablename[], key[], titul[], value[]);
Copyright JIeXa's productions © 2008
Download:
http://www.sendspace.com/file/vlprz2
Mirror:
P.S. i am not DracoBlue
Re: [INC] WoDB -
G_ROW_Chez - 22.06.2009
cool thing i gues... anyone want to say smthn?
Re: [INC] WoDB -
Correlli - 22.06.2009
Good work.
Re: [INC] WoDB -
[nl]daplayer - 22.06.2009
handy for noobs to sqlite, but it isnt really a db its more of a wrapper around sqlite db
Re: [INC] WoDB -
Karlip - 22.06.2009
Nice and easy.
By the way,everyone that makes something related to Databases doesn't have to be related to DracoBlue.
Re: [INC] WoDB -
yezizhu - 23.06.2009
nice job,though I prefer ini&cfg file to use for SA-MP server
Re: [INC] WoDB -
mprofitt - 23.06.2009
Any and all contributions are greatly appreciated and this one can prove to be very beneficial to a lot of people. I would appreciate this even more so if there were more definition of the commands and the commands were shown in a simple sample script.
Thank you for you contribution!
- mp