STON preview and starting SQLite storage.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-04-04 16:34:55 -05:00
parent 1aea7b1b7c
commit 128c557d2f
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
accessing
gtTextFor: aView
<gtView>
^ aView textEditor
title: 'STON';
text: [ STON toStringPretty: self ]

View File

@ -0,0 +1,8 @@
accessing
reStoreDefinition
^ super reStoreDefinition
define: #id as: String;
define: #text as: String;
define: #created as: String;
defineAsID: #id;
yourself