3 Jan
2013
3 Jan
'13
3:32 p.m.
hi casey,
On 01/01/2013, at 21:19, Casey Basichis
Is anyone here using Persistent or another SQLite solution?
I know Persistent was rewritten some time ago to work without template Haskell, but all the demonstrations I've seen are still using the template aspects.
what i did was generate the source from the quasi quoted expression, there's an example here: https://github.com/kaoskorobase/mescaline/blob/user/sk/lib/mescaline-databas... it should work doing this on the host using the host compiler and use the source on the target. another possibility would be to write a source generator for the persistent input format. sk