December 1995, _________________________________________________________________ - - EiffelStore: library of reusable components for ISE Eiffel 3. - - Customer support e-mail - _________________________________________________________________ To store Eiffel objects in a Matisse database : 1/ Create your database : use mts_dba, initialize and use mt_init_database. see Matisse Tutorial for a quick introduction. 2/ Insert schema for Eiffel support : use mt_odl default.odl 3/ Insert a schema so that it suits your needs : create your Matisse classes conforming to default. Eiffel class names and Matisse class names should be identical. To create your schema, you can either use odl language ( see reference.odl for an example ) or create it with mt_editor. 4/ EiffelStore for Matisse in your Eiffel program. ( see EiffelStore manual for more details )