bee-record icon indicating copy to clipboard operation
bee-record copied to clipboard

Where "ActiveRecord" encounters "HoneySQL"

Results 1 bee-record issues
Sort by recently updated
recently updated
newest added

This breaks style when we're using tables with underscore, for instance: ```clojure (def user (sql/model {:table :active_users :pk :id :fields [:id :name]})) (first (sql/query user db)) ; Will return something...

enhancement