Happy !

kaminami / Kobati

Project infos

License MIT
Tags postgresql, orm, database
Creation date 2014-10-20
Website

Monticello registration

About Kobati

A tiny Object-relational mapping(ORM) library inspired by MyBatis.

See: KbExample


"INSTALL"

Gofer new
url: 'http://www.squeaksource.com/PostgresV3';
package: 'PostgresV3-Core';
load.


Gofer new
url: 'http://www.squeaksource.com/PostgresV3';
package: 'PostgresV3-Pool';
load.


Gofer new
url: 'http://www.smalltalkhub.com/mc/PharoExtras/XPath/main';
package: 'ConfigurationOfXPath';
load.
(Smalltalk at: #ConfigurationOfXPath) load.


Gofer new
url: 'http://smalltalkhub.com/mc/kaminami/Kobati/main';
package: 'ConfigurationOfKobati';
load.
(Smalltalk at: #ConfigurationOfKobati) load.