From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:6947:: with SMTP id e68mr722240itc.6.1553145481313; Wed, 20 Mar 2019 22:18:01 -0700 (PDT) X-Received: by 2002:aca:eb44:: with SMTP id j65mr803990oih.0.1553145478834; Wed, 20 Mar 2019 22:17:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w126no87181ita.0!news-out.google.com!l81ni116itl.0!nntp.google.com!78no87065itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Mar 2019 22:17:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.202.191.200; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 62.202.191.200 References: <3b20307d-659b-497f-bb73-db39df011d4c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <69cbb814-28af-4d8a-a739-7688dfe3a53a@googlegroups.com> Subject: Re: scylladb.com +php vs gonga.com and what? or just use gnoga with scylla? From: gautier_niouzes@hotmail.com Injection-Date: Thu, 21 Mar 2019 05:18:01 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:55915 Date: 2019-03-20T22:17:56-07:00 List-Id: On Thursday, March 14, 2019 at 9:01:53 PM UTC+1, Shark8 wrote: > > or if there some other data solution for gnoga.com/ada? > I don't know if Gnoga has an integrated DB solution; if it's small to medium sized you might be able to get away w/o a DB at all and simply use containers and streaming for persistence. Googling "gnoga database" gets you to http://www.gnoga.com/user_guide.html where MySQL and SQLite are mentioned. I use Gnoga with SQLite, it works perfectly. The entire database server is linked statically to the executable, so the entire server (Web + Gnoga + database engine) is contained in a single executable!...