Happy !
kaminami / Kobati
Monticello registration
About Kobati
A tiny Object-relational mapping(ORM) library inspired by MyBatis.
See: KbExample
- prerequisites
- XPath ( http://www.smalltalkhub.com/#!/~PharoExtras/XPath )
- PostgresV3 ( http://www.squeaksource.com/PostgresV3.html )
- PostgresV3-Core
- PostgresV3-Pool
"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.
