TinySQL is small and handy SQL script which can
quickly generate consistent code snippet that you can paste in your
project. It basically operates by reading schema of provided table and
applying template to each column of table in order to generate code
snippet. With TinySQL , you can create complete...