A SQLite extension for querying, manipulating, and creating HTML elements. Extract HTML or text from HTML with CSS selectors, like .querySelector(), .innerHTML, and .innerText Generate a table of matching elements from a CSS selector, like .querySelectorAll() Safely create HTML elements in a query, like .createElement() and .appendChild() sqlite-html's API is modeled after the official JSON1 SQLit