Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 872 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 872 Bytes

Kobati

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

Supported Smalltalk Version

Pharo Smalltalk 5, 6, 7

Installation

Metacello new
    baseline: 'Kobati';
    repository: 'github://kaminami/Kobati/repository';
    load.

Local Reporsitory

| pathToPackageDirectory |
"edit to match the path to your chosen package directory"
pathToPackageDirectory := './repository/' asFileReference asAbsolute fullName.
Metacello new
  baseline: 'Kobati';
  repository: 'filetree://', pathToPackageDirectory;
  load.

Presentations