gt; > > > Is there an upgrade charge?
> > > > >
> > > > > SKIP KIMPEL
> > > > >
> > > > > On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode <
> > > > > use-livecode@lists.runrev.com> wrote:
> > &g
on, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode <
> >>> use-livecode@lists.runrev.com> wrote:
> >>>
> >>>> Friends,
> >>>>
> >>>> After ages without updating my tools, I've resumed working on them.
> >>
e:
>>
>>> Is there an upgrade charge?
>>>
>>> SKIP KIMPEL
>>>
>>> On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>>
>>>> Friends,
>>>>
t; > >
> > > After ages without updating my tools, I've resumed working on them.
> > Today I
> > > am releasing a tentative version of DB Lib v2.2 which has better
> Unicode
> > > handling. Basically I've replaced old uniencode/unidecode based code
&g
v.com> wrote:
>
> > Friends,
> >
> > After ages without updating my tools, I've resumed working on them.
> Today I
> > am releasing a tentative version of DB Lib v2.2 which has better Unicode
> > handling. Basically I've replaced old uniencode/unidecode
Is there an upgrade charge?
SKIP KIMPEL
On Mon, Jun 18, 2018 at 11:12 PM, Andre Garzia via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Friends,
>
> After ages without updating my tools, I've resumed working on them. Today I
> am releasing a tentative version o
Friends,
After ages without updating my tools, I've resumed working on them. Today I
am releasing a tentative version of DB Lib v2.2 which has better Unicode
handling. Basically I've replaced old uniencode/unidecode based code with
the new textencode/textdecode stuff.
I've
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.
>
>> I
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 (andregarzia/projects
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
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 da
gt; >> 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, a
so popular these days.
>>
>> Bill P
>>
>>
>>> On Jun 6, 2017, at 1:16 PM, Andre Garzia via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>>
>>> DB Lib (andregarzia/projects/dblib) is a minimalistic database library
>> fo
ithout the need for php. There are some
> websocket / httpd vodoo stacks floating around from years ago that were
> exploring that kind of functionality. Revspark 2017 perhaps...
>
That sounds doable... DB Lib works on the server and can work with
RevSpark. Probably next week ;-)
A minim
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 th
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 same
wrote:
> 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 <
> use-livecode@lists.runr
on/plugin have basic instructions for
> getting that side up and running?
>
> Bob S
>
>
> > On Jun 6, 2017, at 13:16 , Andre Garzia via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > DB Lib (andregarzia/projects/dblib) is a minimalistic database l
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
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 su
ts.runrev.com> wrote:
> 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 <
>
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 (andregarzia/projects/dblib) is a
:16 , Andre Garzia via use-livecode
> 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 apps without writing SQL directly.
__
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 opportuni
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 get
mpel 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
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 apps without writing SQL directly.
> >
> > This post is to introduce a
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
>
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 apps without writing SQL directly.
This post is to introduce a great new feature called Remote DB Lib. As you
may know from posts on the
t; start using it. If you want to ship closed source software, you just need
> > to buy a commercial license.
> >
> > You can check the blog post at:
> > http://www.andregarzia.com/posts/en/dblibgoesopensource
> >
> > You can check the DB Lib page at:
> >
As always, YOU ROCK!
Thanks for your hard work and dedication!
SKIP
On Tue, May 21, 2013 at 8:46 PM, Andre Garzia wrote:
> Hey Guys,
>
> Great news for LiveCode Community Edition lovers and GPL fans! DB Lib, the
> minimalistic database library for LiveCode just went dual lice
Hey Guys,
Great news for LiveCode Community Edition lovers and GPL fans! DB Lib, the
minimalistic database library for LiveCode just went dual license with GPL
and Commercial licenses available.
If you're building GPL software, you can just download the library and
start using it. If you wa
Andre Garzia writes:
> Thanks for the kind words. My English improved and my Portuguese is getting
> worse everyday.
No worries. Your English is getting better than mine and my Portuguese is
already worse than yours.
--
Mark Wieder
mwie...@ahsoftware.net
__
> Paul,
> >
> > I am ready to give away a copy of DB Lib to be raffled during the LUG
> > meeting.
> >
> > DB Lib (SQL, active record style) and its add-on Data Storage Lib (NoSQL,
> > built on top of DB Lib and included with every DB Lib purchase) are new
&g
On Oct 29, 2012, at 6:47 AM, Andre Garzia wrote:
> Paul,
>
> I am ready to give away a copy of DB Lib to be raffled during the LUG
> meeting.
>
> DB Lib (SQL, active record style) and its add-on Data Storage Lib (NoSQL,
> built on top of DB Lib and included with every DB
THER language" This is actually quite robust for a "minimalist" (can I use
> that word to describe it?) database library. Thumbs waay up!
>
> Bob
>
>
> On Aug 16, 2012, at 2:59 PM, Andre Garzia wrote:
>
>> Hey Guys and Gals,
>>
>> I am thri
uot;To use reCaptcha you must get an API key from ."
>
> Regards,
>
>
> Matthias
>
>
> Am 16.08.2012 um 23:59 schrieb Andre Garzia :
>
>> Hey Guys and Gals,
>>
>> I am thrilled to announced that DB Lib is now available to purchase at:
>>
quot;minimalist" (can I use that word
to describe it?) database library. Thumbs waay up!
Bob
On Aug 16, 2012, at 2:59 PM, Andre Garzia wrote:
> Hey Guys and Gals,
>
> I am thrilled to announced that DB Lib is now available to purchase at:
>
>
Finally!!! A place where I can talk about... CHEESE!!!
On Aug 16, 2012, at 2:59 PM, Andre Garzia wrote:
> I've also created a forum for support requests, feedback and general
> cheese talking at:
>
>http://andregarzia.com/forum
>
> Cheers
> andre
_
Gals,
>
> I am thrilled to announced that DB Lib is now available to purchase at:
>
>http://andregarzia.com/page/dblib
>
> DB Lib is a new minimalistic database library inspired by RevIgniter and other
> active record implementations. It makes it a lot easier to create co
012 at 4:12 PM, Andre Garzia wrote:
>
>> Mike,
>>
>> There was something wrong with the generated zip file.
>>
>> Can you download again and confirm that it has about 36 pages?
>>
>> Cheers
>> andre
>>
>> On Thu, Aug 16, 2012 at 7:04
Thu, Aug 16, 2012 at 7:04 PM, Mike Bonner wrote:
> > Hey andre, is the pdf included with 1.4 (db lib guide.pdf) intended to
> be
> > just an addendum to previous guide? If not it looks like part of it is
> > missing. (its 3 pages and starts with dbresetquery.)
> &
Mike,
There was something wrong with the generated zip file.
Can you download again and confirm that it has about 36 pages?
Cheers
andre
On Thu, Aug 16, 2012 at 7:04 PM, Mike Bonner wrote:
> Hey andre, is the pdf included with 1.4 (db lib guide.pdf) intended to be
> just an adden
Hey andre, is the pdf included with 1.4 (db lib guide.pdf) intended to be
just an addendum to previous guide? If not it looks like part of it is
missing. (its 3 pages and starts with dbresetquery.)
On Thu, Aug 16, 2012 at 3:59 PM, Andre Garzia wrote:
> Hey Guys and Gals,
>
> I am th
Hey Guys and Gals,
I am thrilled to announced that DB Lib is now available to purchase at:
http://andregarzia.com/page/dblib
DB Lib is a new minimalistic database library inspired by RevIgniter and other
active record implementations. It makes it a lot easier to create common
database aware
45 matches
Mail list logo