Skip to content

rodrigo-picanco/nonsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NONSENSE

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!!!!!

What??

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;

Usage

It reads from a file and writes to stdout

nonsense input.css > output.sql

About

NONSENSE - Write SQL queries with CSS 🤪

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages