Page 1 of 1

Support of SQLite and/or other databases

Posted: Thu Mar 31, 2016 8:47 am
by _Marc_
Or storing local files.

Re: Support of SQLite and/or other databases

Posted: Thu Mar 31, 2016 1:54 pm
by SparrowhawkMMU
Support for local storage gets +100 from me :)

Re: Support of SQLite and/or other databases

Posted: Fri Apr 01, 2016 7:46 am
by _Marc_
_Marc_ wrote:Or storing local files.
After acquiring some more knowledge about SpiderBasic I realized that it's a sandboxed client web application and doesn't run on the server-side like eg. ASP.NET. So local files are of no use and therefore I withdraw this feature request.

Re: Support of SQLite and/or other databases

Posted: Fri Apr 01, 2016 8:40 am
by SparrowhawkMMU
But browsers (some at least) support local SQlite instances (ie local to the web client instance itself). Others support Indexed Storage (key-value data stores effectively)

So your request is still valid ;)

Edit: Unless of course you meant server-side databases all along. In which case indeed, it's not possible with SB

Re: Support of SQLite and/or other databases

Posted: Fri Apr 01, 2016 8:43 am
by _Marc_
SparrowhawkMMU wrote:But browsers (some at least) support local SQlite instances (ie local to the web client instance itself). Others support Indexed Storage (key-value data stores effectively)

So your request is still valid ;)

Edit: Unless of course you meant server-side databases all along. In which case indeed, it's not possible with SB
I understand. But for my purposes I don't see any practical usage scenario anymore. I'm going to create a CGI webservice with PureBasic that will communicate with the SpiderBasic client. Now I only need to know how to make a CGI service (...).

Re: Support of SQLite and/or other databases

Posted: Fri Apr 01, 2016 9:00 am
by SparrowhawkMMU
Understood. Hope the project goes well :)

Re: Support of SQLite and/or other databases

Posted: Thu May 05, 2016 9:25 pm
by TheMexican
I am also working on a Purebasic CGI app for database requests.
Basically I use Spiderbasic to make a HTTP_Request to a CGI Web App (using Abyss Web Server).
The CGI Web App returns a JSON response with the data from the database (SQLITE) to SpiderBasic.
So far is working pretty good and very fast!! :P

Re: Support of SQLite and/or other databases

Posted: Sat Apr 15, 2017 3:50 pm
by thanos
+1