I need a really simple library (like a 1 file sort of thing) that generates SQL for me. I just need functions that perform INSERTions and SELECTions and that return the actual SQL string, nothing else, no connection thing no compatibility layer, just plain SQL strings from PHP data structures.
Does anything like this exist? Thanks.