Jump to content


UnethicalClown's Content

There have been 3 items by UnethicalClown (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#136077 Database Api

Posted by UnethicalClown on 26 July 2013 - 07:51 AM in APIs and Utilities

I realize how stupid this API is ATM but I am still working on it so ideas is what I need also it might take a while to release this is like the prototype or alpha version as well as being kinda just for people who don't know how to work with tables



#135452 Database Api

Posted by UnethicalClown on 23 July 2013 - 11:07 PM in APIs and Utilities

View PostParmacoy, on 23 July 2013 - 05:34 PM, said:

Still lacking alot of features from the quick read i had, but keep it up, from my experience, the less interaction someone has to do with computercraft, the better. Why not focus on getting functionality like mysql, eg

SELECT * FROM test WHERE foo = '$bar'
that means SELECT ALL FROM <table/tables> WHERE <Field> = variable

im sure if you added in advanced search functionality / sorting, it would be a very good program, nice work so far

thanks man you have given me quite a few Ideas indeed



#135390 Database Api

Posted by UnethicalClown on 23 July 2013 - 03:04 PM in APIs and Utilities

DataBase api

Created by UnethicalClown and MKlegoman357

This API contains some basic functions for creating a database and is very useful if you are not familiar with making a database in computercraft. I will be updating this. Please tell me if you want something added or if something does not work correctly. For now all you need is a working knowledge of tables.

Functions:
Spoiler

Examples:
Spoiler



I hope you guys find this useful =D




Pastebin link: http://pastebin.com/6MnHjV9g
Spoiler