Need to access a database with your PSP? Why not try Shaolan's LuaSQL v0.1? This library allows homebrew developers to access SQL through PHP. Users can now create web-based applications with lots of data entries as well as access various security features that are inherent with SQL.
To use this program, you will need a server which supports PHP and has an SQL Database. The library uses the first WiFi connection by default and works on LUA Player v0.16. since this is the first release of the program, Shaolan intends on optimizing the code being used and increasing the functions available throughout the SQL query.
If you plan on using the program, Shaolan included some basic code blocks that you will need to access the database.
Starting a session:
French:
--// appelle de la librairie
dofile("SQLRequest.lua")
--// Initialisation de la connexion
SQL.init(serveur,database,login,password)
--// Connexion a la base de donnees
SQL.connect()
English:
Calls to the bookstore
Dofile ( "SQLRequest.lua")
Initializing connection
SQL.init (server, database, login, password)
Connect to the database
SQL.connect ()
English:
--//SELECT Request
Variable = SQL.select (table, field, parameter)
--//UPDATE Request
SQL.update (table, field value parameter)
Ending a session:
French:
--// Ferme la connexion SQL
SQL.close()
English:
--//Closing connection SQL
SQL.close ()
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
objLoader objLoader
Here's a nifty application for the PSP users out there who have some experience in 3D modelling. Nems has released objLoader v1.0, and it's an application that allows users to load and view 3D objects they've created and placed in OBJ format onto the PSP.
Here's a translated list of features for the application:
* Loading 3D model in export (
Text Coord finder Text Coord finder
Gutya from our forums has released a homebrew application to help developers whilst making homebrew games. This small, simple application allows you to see where to place your text on an image, useful when making a main navigation menu; where getting the text in exactly the right place takes up quite a bit of time
PSP7800 This file is the source code for ZX-81's PSP7800 version 1
sdlBasic sdlBasic
If there's one thing you've probably noticed with Deniska's recent works, it's about porting old-school games over to the PSP. This time around, the dev's created something meant for fellow coders out there, with the release of sdlBasic 05
ObjLoader Source Code ObjLoader Source Code
from spimort:
Hello all, I provides the source code for my. Obj loader (3D model). The code is not optimal in depth (in part for lack of time) but I think it's a good start. I will try to continue to optimize it and you know
XtreamLua Compiler 0.2 XtreamLua Compiler 0.2
Emeric0101 from our forums has released a Compiler for Windows to stop people stealing your Lua code today. Named XtreamLua (no, that isn't a typo) Compiler v0
Netlib Netlib
youresam from our forums has just updated netlib. It's a library of functions which developers can use so that they don't have to re-type the code. They can simply call the functions from this library and it will do its work. And in the newest version, youresam has added a really wacky function. You can make phone-calls! Yep, you read that right
rIpe - a Rope Physics Engine rIpe - a Rope Physics Engine
HunterXI has just released his first PSP project, a Rope Physics engine using Lua. Rope Physics are a study of physics in Videogames centering around the creation of ropes or strands, and how they can be drawn & animated realistically
Scramble Patcher Scramble Patcher
from Davee:
[Notice]
This is for firmware 5.00 ONLY!
[Info]
This release is mainly targeted at theme developers more than normal users, but they can use it if they wish.
If you haven't seen the VSH Module Descrambler, you will need to go and check that first, before using this
PvfLib Since Kojima wanted a video for his application but was not "too keen" going through all the complexities it entails - porting a complex library from windows and sqashing bugs; hence, his Pvf (PSPVideoFormat) Encoder/Playback Library was born
Comments on LuaSQL:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if LuaSQL supports it