Skip to content
forked from kaminami/Kobati

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

License

Notifications You must be signed in to change notification settings

sorabito/Kobati

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 100.0%