Re: Viable lightweight Smalltalk based DB copasetic with 9.3
Benoit St-Jean <[email protected]> Tue, 17 Oct 2023 13:41:44 -0400
| Newsgroups | gmane.comp.lang.smalltalk.vwnc |
|---|---|
| Message-ID | <[email protected]> |
Ever considered SQLite + ORM (e.g GlORP) solution? On 2023-10-17 13:10, Charles Monteiro wrote: > lightweight, something that you would ship with your product , > preferably that could run on Windows, Mac , Linux, not an RDMS, > something that would not require the user to do any specific > installation of the DB or have to do any maintenance of the DB. > Effectively embedded but something that had some nice semantics i.e. > not BOSS, does not have to be multi user , it could just be persisted > in a file or set of local files , but not something that you would > load entirely into memory, ideally something that would persist > Smalltalk objects , to my recollection that's exactly what Omnibase > did, although I actually think it was multi-user but it didn't have to > be used as such > > thanks > > On Mon, Oct 16, 2023 at 4:07 AM Nowak, Helge <[email protected]> wrote: > > What are your requirements with regards to the DB? > > What exactly do you mean by “lightweight? >