class Litedb::Connection

def run_statement(statement, *args)

Experimental RBS support (using type sampling data from the type_fusion project).

def run_statement: (Symbol statement, *Array[String] args) -> Array[Array, String, String]

This signature was generated using 37 samples from 3 applications.

def run_statement(statement, *args)
  statements[statement].execute!(*args)
end