<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>hi casey,<br><br></div><div>On 01/01/2013, at 21:19, Casey Basichis &lt;<a href="mailto:caseybasichis@gmail.com">caseybasichis@gmail.com</a>&gt; wrote:<br></div><blockquote type="cite"><div dir="ltr"><div>Is anyone here using Persistent or another SQLite solution?</div><div><br></div><div>I know Persistent was rewritten some time ago to work without template Haskell, but all the&nbsp;demonstrations&nbsp;I've seen are still using the template aspects.</div></div></blockquote><div><br></div><div>what i did was generate the source from the quasi quoted expression, there's an example here:</div><div><br></div><div><a href="https://github.com/kaoskorobase/mescaline/blob/user/sk/lib/mescaline-database/Mescaline/Database/EntityGen.hs">https://github.com/kaoskorobase/mescaline/blob/user/sk/lib/mescaline-database/Mescaline/Database/EntityGen.hs</a></div><div><br></div>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.<div><br></div><div>sk</div></body></html>