Writing low-level SQL

Under the hood, Clear offers a performant SQL query builder for SELECT, INSERT and DELETE clauses:

Under the hood, the

Clear::SQL.select.from("users").execute # SELECT * FROM users;

Last updated