I'm running into problems using macruby with ActiveRecord (w/ sqlite3) or Sequel. Any other suggestions? I need a simple lightweight persistence mechanism to embed within my application that can handle less than 5 tables and at most low tens of thousands of rows.
相关问题
- SQL join to get the cartesian product of 2 columns
- sql execution latency when assign to a variable
- Difference between Types.INTEGER and Types.NULL in
- php PDO::FETCH_ASSOC doesnt detect select after ba
- Bulk update SQL Server C#
This also works
this is how I found out (not the most efficient way), this can probably be used in the future.
Run this on the terminal and look for "42"
The following combination works:
The trick was uninstalling the 'sqlite3' gem and installing 'sqlite3-ruby'.