My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 142
NActiveRecord类似ruby世界中activeRecord,用c#实现 (还未发布,请从SVN直接下载源代码:http://nactiverecord.googlecode.com/svn/trunk/) 表(使用微软数据库范例项目Northwind): {{{ CREATE TABLE "Employees" ( "EmployeeID" "int" IDENTITY (1, 1) NOT NULL , "LastName" nvarchar (20) NOT NULL , "FirstName" nvarchar (10) NOT NULL , "...
Core library for projects using elements of [http://www.castleproject.org CastleProject] such as [http://www.castleproject.org/container/index.html WindsorContainer], [http://www.castleproject.org/activerecord/index.html ActiveRecord] o [http://www.castleproject.org/monorail/index.html Monorail]. ...
Framework allow to map C# objects to database and replicate the changes between instances. Currently focused on PostgreSQL and SQLite allowing to replicate between SQLite on compact framework and PostgreSQL server like th Mobile SQL does with MS SQL Server. Credits: * Alexei Volkov
= RAILS 2.0 READY! = Version 1.2 - released Oct 30, 2007. ChangeLog ==Overview== Do you have a query conditions that look like this? {{{ “(name like ‘tim%’) and (age < 10) and (category=’friends’ or category=’family’)” }}} Do you need a way to easily build these queries, with the...
* NOTE: This project has moved to github along with the documentation: http://github.com/appoxy/simple_record * An ActiveRecord interface for SimpleDB that takes care of offsets and padding, etc. Can be used as a drop in replacement for ActiveRecord in rails. ==Getting Started== 1. Install ...
You have found the code base for Php On Rails (kinda) Generator aka PORK.Generator If you download and run this project, you will see a list of all the databases in your connected MySql database. You can explore all the connections in the tables. If you have set up your database using primary aut...
=== Summary === This plugin adds new simple validation to your rails models. It validates that the value of the specified attribute does not exceed specified word count. ===SVN Repository=== http://validates-word-count.googlecode.com/svn/ ===Installation=== {{{> ruby ./script/plugin install...
=What is Cabbie?= Cabbie is a PHP Model-View-Controller framework that borrows its ideas from Ruby on Rails and emulates a lot of its features. Cabbie is sponsored by Works4all (http://works4all.nl) and was written for their Wiban project. =Why Cabbie?= Because we can, and because: <@jali> C...
AirRecordは、AIR向けのO/Rマッピングライブラリです。 本ライブラリを使用することにより、SQLiteデータベースへのアクセスが容易に行えます。 AirRecordは、マーチン・ファウラーのデザイン・パターンの1つ「ActiveRecord」にもとづき設計しています。 ActiveRecordパターンは、他のプログラミング言語でも様々な形式で実装されています。Ruby on RailsやCakePHPなどのフレームワークの中でも使われているので有名です。
=CI-ActiveRecord= CI-ActiveRecord is a library for [http://codeigniter.com Codeigniter] that implements the [http://en.wikipedia.org/wiki/Active_record_pattern Active record pattern]. Mapping database tables to objects that then provide a very simple interface to create, update and delete record...
1 2 3 4 5 6 7 8 9 10 Next