Home > sqltd

sqltd

Sqltd is a project mainly written in Python, based on the MIT license.

A python script that will embed an sqlite query into a webpage using <sql></sql> tags.

sqltd v0.1

About

sqltd is a tool that is used for embedding an sqlite query into a webpage using

QUERY tags. Requirements ============ * python3 * sqlite3 Usage ===== sqltd takes an sqlite database as an argument, and an (x)html file in to stdin. The output (x)html is sent to stdout. * sqltd DATABASE * sqltd data.db < template.html > page.html
Previous:iconmenu