Page 1 of 1

[NEW] Valentina SQLite Server - beta testing, ...

Posted: Mon Jun 22, 2015 7:06 am
by ruslan_zasukhin
Hi LiveCode Developers,

We are going to inform you, that we have add into Valentina Server support of SQLite engine, and now each Valentina Server is 3 in 1:
  • Valentina DB Server
  • Valentina SQLite Server
  • Valentina Report Server
You can read info about support of SQLite in this wiki article:
valentina-db. com/docs/dokuwiki/v6/doku.php?id=valentina:articles:vserver_sqlite

!! - [Oops, I am not allowed to post links on this forum yet]
!! - REMOVE one space after "valentina-db " to be able open above URL.

Right now it is possible to start play with this using
1) Valentina Server 6.0 beta
2) Valentina Studio 6.0 beta

We have to implement support of SQLite Server in our V4REV - extention to Livecode. I hope we will be able do this in the nearest few days.

We think that we should implement support of SQLite Server using standard RevDB (sorry I use yet old RevDB name, correct me how it should be named for LiveCode). Thanks to this standard, existed LiceCode application, which works with SQLite db, could be easy switched to work with Server changing only few lines of code around open/connect.

You can download beta builds here:
valentina-db. com/download/beta/

!! - REMOVE one space after "valentina-db " to be able open above URL.

Also important to notice, that FREE license for Valentina Server provides 10 connections to SQLite, 5 connections to Valentina DB, 5 connections to Valentina Reports.

Any ideas and advices welcome.

Re: [NEW] Valentina SQLite Server - beta testing, ...

Posted: Fri Jun 26, 2015 4:27 pm
by ruslan_zasukhin
We have implemented a new extension for Livecode, which will provide access to Valentina SQLite Server.
In the nearest days we will upload 6.0b16.
Mac, Win, Linux

Re: [NEW] Valentina SQLite Server - beta testing, ...

Posted: Fri Jun 26, 2015 4:29 pm
by ruslan_zasukhin
Hi,

Btw, what about working with REST API from LiveCode?
Easy? Anybody can point official point of view about this?
Any third party libs should be used or LiveCode from the box can do this?