A file-based database (most of them are unless you are talking about memory-only stores like memcache, redis, etc. which also still use networking layers) can still uses a network layer to provide access and security for a client. Aside from embedded ones, this is how they work.
Doc Hawk, Is your server side component something that would run on a clients machine or will you forever be in charge of the potential server side of it? Put differently, is the server side component something you intend to ship for end users to host themselves or are you wanting to run that side of it? Depending on the answer, you've got some options. Regards. Andrew Kluthe On Tue, Feb 10, 2015 at 4:01 PM, Bob Sneidar <[email protected]> wrote: > Isn’t Postgres a file based system? Why would you need SSL for a file > based connection? > > Bob S > > > On Feb 10, 2015, at 08:35 , Dr. Hawkins <[email protected]<mailto: > [email protected]>> wrote: > > It appears that, for reasons I cannot begin to imagine, SSL is only > supported for mySQL database connections, and not postgres. > > Is this correct? Does anyone know if there are plans to implement SSL for > postgres? > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- Regards, Andrew Kluthe [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
