Clear ORM
Search
K
Comment on page

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 modified 3yr ago