Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 919 Bytes

index.md

File metadata and controls

27 lines (19 loc) · 919 Bytes

Introduction

ReStore is a framework for Dolphin Smalltalk and Pharo which enables objects to be stored in and read from relational databases (SQLite, PostgreSQL, MySQL etc.).

ReStore aims to make relational persistency as simple as possible, creating and maintaining the database structure itself and providing access to stored objects via familiar Smalltalk messages. This allows you to take advantage of the power and flexibility of relational storage with no specialist knowledge beyond the ability to install and configure your chosen database.

<!inputFile|path=Chapters/1-Started.md !> <!inputFile|path=Chapters/2-ObjectModel.md !> <!inputFile|path=Chapters/3-StoringObjects.md !>

<!inputFile|path=Chapters/4-Manually.md !> <!inputFile|path=Chapters/5-QueryOne.md !> <!inputFile|path=Chapters/6-QueryAdvanced.md !>

<!inputFile|path=Chapters/7-Update.md !> <!inputFile|path=Chapters/8-Multiple.md !>