summaryrefslogtreecommitdiff
path: root/Userland/Utilities/sql.cpp
AgeCommit message (Expand)Author
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-08Utilities: Teach sql utility to use the SQLClient classJan de Visser
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Userland: Syntax highlighting of SQL strings and blobsTimothy Flynn
2021-04-20Userland: Add 'sql', a REPL for LibSQLTimothy Flynn