Write SQL queries with CSS 🤪
NONSENSE stands for "NONSENSE Organizes Nonsensical SQL Expressing Nonsensical Stylesheets Extensively"
If u keep asking "SQL vs. CSS What’s the Difference? Which Is Better?", now u don't have to anymore!!!!!
It parses a CSS like syntax and transforms into CSS queries.
Right now it can only generate basic select statements.
.users {
name,
id
}
Becomes
SELECT name, id FROM users;
It reads from a file and writes to stdout
nonsense input.css > output.sql