Re: [ANN] Introducing Remote DB Lib

2017-06-08 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > On Wed, Jun 7, 2017 at 7:43 PM, Richard Gaskin wrote: >> VPSes are great when you need custom configuration, but they can be a >> challenge to set up when you're learning, and a bigger challenge to >> harden sufficiently, things a shared hosting service takes care of. > >>

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread William Prothero via use-livecode
Andre: I just uploaded the php script and tested out your remoteDbLib. I love it. It will make db access much more robust and easier for me to manage. Great job! Best, Bill P > On Jun 6, 2017, at 1:16 PM, Andre Garzia via use-livecode > wrote: > > DB Lib

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
On Wed, Jun 7, 2017 at 7:43 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Is your library for the LC Server CGI, or does it require a custom LC > standalone daemon? The server part is PHP for maximum compatibility with cheap VPS everywhere but I am thinking about

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > My advise is for you to get a small VPS... ... > Also, on-rev should be an easy sell here for RunRev helps sets things > up right? Am I wrong? I haven't been up to date with on-rev stuff... Is your library for the LC Server CGI, or does it require a custom LC standalone

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
Bill, I think AWS is over complicated. It is its own ecosystem and has a steep learning curve. I don't advise starting with it. It is a wonderful collection of products but they are not that easy. Cheers On Wed, Jun 7, 2017 at 7:01 PM, William Prothero via use-livecode <

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread William Prothero via use-livecode
Andre: I actually don’t have anything in mind. But, I keep getting ads for AWS and am curious whether it would be useful. Anyway, it’s low priority and I really like the way your dB library simply takes an array and puts it into the dB without a lot of fussing around. Best, Bill > On Jun 7,

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
On Wed, Jun 7, 2017 at 4:11 PM, Dan Brown via use-livecode < use-livecode@lists.runrev.com> wrote: > I purchased to support and tinker. What would be really stellar is a > livecode standalone that can be run on a webserver and act as a restful API > endpoint for a database, all without the need

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Dan Brown via use-livecode
I purchased to support and tinker. What would be really stellar is a livecode standalone that can be run on a webserver and act as a restful API endpoint for a database, all without the need for php. There are some websocket / httpd vodoo stacks floating around from years ago that were exploring

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
Bob, uhauhahuaahuahu I use basically the same names as Ralfs RevIgniter ORM so you can credit him for coming up with them. om om On Wed, Jun 7, 2017 at 3:21 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I watched the video, and discovered Andre uses some of the

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
William, I have considered updating my own FB library to use the new GraphQL standard (it will be a major refactor, as in, from scratch). What other services would you like? om om andre On Wed, Jun 7, 2017 at 2:41 PM, William Prothero via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
Hey Bob, Setting up web servers is beyond what I can do in that documentation. It is not that hard but it is really outside of the scope of database libraries. My advise is for you to get a small VPS on Digital Ocean, they cost 5 USD per month and their setup guides are amazing, for example,

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Andre Garzia via use-livecode
Richard, Solving database sync is a very custom job. It is quite tricky, I don't know if I can build a generic enough lib for this but I might try. If I do, then it will be added to DB Lib just like this one. om om andre On Tue, Jun 6, 2017 at 8:47 PM, Richard Gaskin via use-livecode <

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Bob Sneidar via use-livecode
I watched the video, and discovered Andre uses some of the same function names as I use in my sqlYoga wrappers! DOH! Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Dan Brown via use-livecode
I went ahead and purchased to show support and tinker but what would be really stellar is a livecode restful api standalone that runs on a webserver without the need for php. Revspark 2017 perhaps On 7 Jun 2017 6:41 pm, "William Prothero via use-livecode" < use-livecode@lists.runrev.com>

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread William Prothero via use-livecode
Andre, I’ll check this out. What would be really useful, tho, are libraries to access various web services that are becoming so popular these days. Bill P > On Jun 6, 2017, at 1:16 PM, Andre Garzia via use-livecode > wrote: > > DB Lib

Re: [ANN] Introducing Remote DB Lib

2017-06-07 Thread Bob Sneidar via use-livecode
This will take some refactoring for me but I think I must go this route. Unfortunately, I have never set up a web server to do this, which I assume I will need to do. Does this add-on/plugin have basic instructions for getting that side up and running? Bob S > On Jun 6, 2017, at 13:16 ,

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > With this library you can have a local SQLite database on a mobile > app, then, use the new remote library to connect to a remote MySQL > server and sync data. Of course you would still need to write the sync > and conflict resolution code... I see another library

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Andre Garzia via use-livecode
On Tue, Jun 6, 2017 at 5:45 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > GREAT! Love your library already, this makes it that much better. Thank > you! > I should have implemented that a long time ago rsrsrsrsrsrs... The cool thing is the amount of security you

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Mike Bonner via use-livecode
GREAT! Love your library already, this makes it that much better. Thank you! On Tue, Jun 6, 2017 at 2:23 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Remember to send me feedback! :D :D :D > > > > On Tue, Jun 6, 2017 at 5:19 PM, Skip Kimpel via use-livecode < >

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Andre Garzia via use-livecode
Remember to send me feedback! :D :D :D On Tue, Jun 6, 2017 at 5:19 PM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Excited to try this out! > > SKIP > > On Tue, Jun 6, 2017 at 4:16 PM, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > DB

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Skip Kimpel via use-livecode
Excited to try this out! SKIP On Tue, Jun 6, 2017 at 4:16 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > DB Lib (andregarzia/projects/dblib) is a minimalistic database library for > LiveCode that works on Desktop and Mobile and allows you to build > database-savvy