Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created April 11, 2012 22:43
Show Gist options
  • Select an option

  • Save rkitover/2363258 to your computer and use it in GitHub Desktop.

Select an option

Save rkitover/2363258 to your computer and use it in GitHub Desktop.
cat dbic model:
turn on WAL by default for sqlite
storage defaults for other DBs
move ConnectInfo types into a separate dist
add SchemaProxy as a default trait for create= models
add ResultSetAccessors as a default schema_components
add useful Helpers by default
turn on preserve_case mode by default
make Caching trait pass through without blessed context
support ::Schema::Config
remove features from Makefile.PL, make a task for helper deps and check for them
replace FastMmap example with Memcached, on wiki too
remove ugly code to load cursor_class, DBIC autoloads it now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment