Skip to content
/ sqltd Public

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

License

Notifications You must be signed in to change notification settings

mjessome/sqltd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

sqltd v0.1

About
=====
sqltd is a tool that is used for embedding an sqlite query into a webpage using
<sql>QUERY</sql> 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages