Skip to content

brnstz/highlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for the website http://highlit.brnstz.com

database schema for SQLite 

CREATE TABLE images(
    id INTEGER PRIMARY KEY,
    height INTEGER,
    width  INTEGER,
    top    INTEGER,
    left   INTEGER,
    ext    TEXT,
    auth   TEXT
);