330 packages
— page 5
Glorp is Object-Relational Mapping Framework similar to TopLink, developed by Alan Knight. Squeak version requires the Postgres client (load it first)
SqueakMap
squeak
Glorp currently expects to work with multibyte strings such as are found in 3.8. It also patches the compiler to allow underscores in selectors. When it makes this patch, it will introduce code that assumes multibyte strings and your image …
SqueakSource
https://books.pharo.org/booklet-Glorp/html/glorp.html
GitHub
pharo
An extension to Glorp that allows use of PostGIS spatial objects and queries.
SqueakSource
GOODS is a distributed, language-neutral object database from Konstantin Knizhnik. It's available from http://www.garret.ru/~knizhnik/goods.html . This client provides transparent storage of Smalltalk objects, or, given some extra type information, compatibility with the GOODS Java interface storage conventions, for easy sharing …
SqueakMap
squeak
Generic Object-Oriented Database System (GOODS) client for squeak. See SqueakSource wiki page for more information.
SqueakSource
squeak
1. You must download and install GraphViz from http://www.graphviz.org for your platform (Win32, Unix, Linux, or Mac OS should be supported). The binaries (e.g. dot, fdp, neato, twopi, dot2gxl) should be in your environment path as well.2. On the Unix …
SqueakMap
squeak
Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph drawing has many important applications in software engineering, database and web design, networking, and in visual interfaces for many other domains. GraphViz …
SqueakSource
Extract data from a GemStone database in (very) basic table format
GitHub
gemstone
MIT
More efficient UTC/GMT timestamps, Olsen timezone database support, example based formatter and parser, SNTP client
GitHub
Generic database classes for Glamorous Toolkit
GitHub
MIT
Database driver for using usql CLI with Glamorous Toolkit
GitHub
MIT
You can use GitHub to manage your Pharo source code and Lepiter database pages, but there are several details involved in setting it up and automating the load process. We'll show you, step-by-step, how to do this.
Web Discovered
pharo
Cloud SQL handles your database ops end to end, so you can focus on your app.
SourceForge
squeak
Installer provides readable scripting for automating installation of monticello and squeakmap packages.Installer scripts can be run in a workspace for easy customisation and debugging.Can auto-answer for packages that have interactive questions.Usage: http://smallwiki.unibe.ch/smallwiki/pier/installer/Example: http://smallwiki.unibe.ch/smallwiki/pier/installationofseasidemagmaandpier/Example:http://smallwiki.unibe.ch/smallwiki/pier/installer/
SqueakMap
squeak
Take a closer look at the project named Reserve.http://squeaksource.com/REServe.htmlIt does most of what IOSPersistence does but is a cleaner design and supports PostgreSQL.IOSPersistence is a library for Squeak that automatically maps object to a database so they can be stored. …
SqueakSource
squeak
Document persistence system based on Kepler
GitHub
MIT
This is ... tbc
SqueakSource
Kilauea is a minimalistic framework that combines Seaside, Magma and Mewa to help people quickly create web applications with persistence. Currently, the biggest sample app is Nags. Kilauea has everything you need in its list of MC dependencies, so it …
SqueakMap
squeak
A (hopefully) lightweight framework that aims to provide a ready-to-go website builder package employing Seaside and HV for the UI, Magma for persistence, and Mewa to help generating CRUD forms etcetera.
SqueakSource
Lava is a SQL query interpreter for the Magma object database. It allows the developer to create a relational schema over a Magma repository. SQL queries can then be made against the repository.
SqueakSource