9 results
tagged
sqlite
a fork of sqlite that is “open to contribution”
Mini ORM for Python, with support for Postgres, MySQL, SQLite to be used with async frameworks
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
hq hammond rock|metal !jazz year:1970-1980 rating:desc
becomes
SELECT * FROM music
WHERE search LIKE '%hammond%'
AND (search LIKE '%rock%' OR search LIKE '%metal%')
AND search NOT LIKE '%jazz%'
AND year BETWEEN 1970 AND 1980
ORDER BY rating DESC