Re: [racket-users] Re: Best way to deploy to the package server if the module relies on a DB?

2017-12-15 Thread Philip McGrath
It's worth noting that, if your code support sqlite as a back-end, I believe you could use that for tests on the package server. On Thu, Dec 14, 2017 at 7:05 AM, David Storrs wrote: > On Wed, Dec 13, 2017 at 6:41 PM, Jack Firth wrote: > > In my fixture package I'm attempting to (hopefully) make

Re: [racket-users] Re: Best way to deploy to the package server if the module relies on a DB?

2017-12-15 Thread David Storrs
On Fri, Dec 15, 2017 at 5:21 AM, Philip McGrath wrote: > It's worth noting that, if your code support sqlite as a back-end, I believe > you could use that for tests on the package server. Ah, good suggestion. Right now I'm using the '...RETURNING...' clause, which is Postgres-only, but maybe I c