Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • enum_column-plugin ... database schema using the enum type in MySQL or column constraints in other databases. Currently only MySQL has been implemented, but other connection adapters can easily be extended to check for column constraints and then ...
  • ancestry ... database: ```bash $ rake db:migrate ``` Depending upon your comfort with databases, you may want to create the column with `C` ... is postgres sort order is not consistent across operating systems but other databases do not have this same issue. NOTE: A ...
  • sql_crypt ... , which expects the database column for the field to be of type string. See "Extending" below for how to support other databases. Example ======= class Account < ActiveRecord::Base sql_encrypted :balance, :key => 'my_secret_key' ...
  • folksemantic ... and content from OpenCourseware, the NSDL and various other repositories that focus on Open Educational Content. == Installation ... work with PostGreSQL. Folksemantic has not been tested with other databases. Copy config/database.example.yml to database. ...
  • roundhouse ... MySQL, SQLite and PostgreSQL. There are future plans for other databases. It seeks to solve both maintenance concerns ... /chucknorris/roundhouse/issues/15 (r350) * FIX: Cannot drop databases with snapshots. See details https://github.com/chucknorris ...
  • eol ... when using ActiveRecord (http://www.planetrubyonrails.org/tags/view/masochism) === MULTIPLE DATABASES New abstract class models are created which make connections to the other databases required, and then any models which need to ...
  • Mingo ... I can refactor and update them. You can add any other databases easily by extending `MingoInterface` and implementing all the ... ('tester'); $user->setPassword(md5('1234')); // we can set any other fields we want even if we've never defined ...
  • recreate_table ... not sure whether the efficiency issue with bulk updates exists on other databases as well. If yes, you could try to adapt ... AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE ...
  • Simple-Persistence-for-Clojure ... ad-hoc paging solution). However the journaling nature lets you easily switch to other databases. For that you just re-implement your transaction functions (subjects of apply-transaction* ) to write/read from another DB and ...
  • cl-wordnet ... MSSQL for correct operation. The nice thing about clsql is that we can also use other databases instead. There is some basic work for porting the MSSQL wordnet database into SQLite. This hasn't been completed yet. You can ...