Re: [TEASER] A noSQL library is coming...

2012-08-27 Thread Bob Sneidar
Very impressive Andre. This is the very thing I was wanting when I first started using Revolution back in 2.0. Erm... is there any way we can talk Kevin into putting you in charge of development? ;-) Bob On Aug 25, 2012, at 6:59 PM, Andre Garzia wrote: > Hey Folks, > > I am putting the final

Re: [TEASER] A noSQL library is coming...

2012-08-26 Thread Andre Garzia
Mike, I will provide one in the next version. =) On Sun, Aug 26, 2012 at 3:25 PM, Mike Bonner wrote: > Andre, > I see you have a batch insert available for the noSql library (in the docs) > > Are batch inserts possible with dblib too? > ___ > use-l

Re: [TEASER] A noSQL library is coming...

2012-08-26 Thread Mike Bonner
Andre, I see you have a batch insert available for the noSql library (in the docs) Are batch inserts possible with dblib too? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: [TEASER] A noSQL library is coming...

2012-08-25 Thread Andre Garzia
Andrew, If it fits in an array, then we can store it. This library was created for multi-dimensional arrays. You can do: put "andre" into tA["whatever"]["another level"]["contacts"]["first_name"] and it would work. The storage medium is a SQLite database. One SQLite file per storage. You can h

Re: [TEASER] A noSQL library is coming...

2012-08-25 Thread Andrew Kluthe
How does this fair against multi-dimensional arrays? Can I store "andre" into tA["name"]["first"] and "garzia" into tA["name"]["last"] like with embedded documents in MongoDB? (http://goo.gl/RMRL8) How is the data being saved? XML, JSON, some kind of binary format? Thanks! Andrew On Sat, Aug

Re: [TEASER] A noSQL library is coming...

2012-08-25 Thread Jerry Jensen
I LIKE IT! My needs are modest, and so is my tolerance for having to learn "real" SQL syntax when I only want a tiny bit of it. I'll stay tuned! .Jerry On Aug 25, 2012, at 6:59 PM, Andre Garzia wrote: > Hey Folks, > > I am putting the final touches into a NoSQL data storage library for local

Re: [TEASER] A noSQL library is coming...

2012-08-25 Thread stephen barncard
sweet. On Sat, Aug 25, 2012 at 7:12 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Nice! I have some great ideas for this already Can't wait! > > SKIP > > On Sat, Aug 25, 2012 at 9:59 PM, Andre Garzia > wrote: > > Hey Folks, > > > > I am putting the final touches into

Re: [TEASER] A noSQL library is coming...

2012-08-25 Thread Magicgate Software - Skip Kimpel
Nice! I have some great ideas for this already Can't wait! SKIP On Sat, Aug 25, 2012 at 9:59 PM, Andre Garzia wrote: > Hey Folks, > > I am putting the final touches into a NoSQL data storage library for local > LiveCode development. It is an add-on for my DB Lib and uses SQLite for the > s

[TEASER] A noSQL library is coming...

2012-08-25 Thread Andre Garzia
Hey Folks, I am putting the final touches into a NoSQL data storage library for local LiveCode development. It is an add-on for my DB Lib and uses SQLite for the storage medium. It can store any kind of information as long as it is inside an array variable. It doesn't require a schema or a define