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:
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.