330 packages — page 5

Glorp

SmalltalkHub

GLORP port

Glorp is Object-Relational Mapping Framework similar to TopLink, developed by Alan Knight. Squeak version requires the Postgres client (load it first)
SqueakMap squeak

Glorp37Compat

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

GlorpBook

https://books.pharo.org/booklet-Glorp/html/glorp.html
GitHub pharo

glorpbook

GitHub pharo

GlorpDriverMySQL

SmalltalkHub

GlorpExamples

SmalltalkHub

GlorpPostGIS

An extension to Glorp that allows use of PostGIS spatial objects and queries.
SqueakSource

GOODS

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

GOODS

Generic Object-Oriented Database System (GOODS) client for squeak. See SqueakSource wiki page for more information.
SqueakSource squeak

GraphViz

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

GraphViz

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

GS_Extract

Extract data from a GemStone database in (very) basic table format
GitHub gemstone MIT

gt4ztimestamp

More efficient UTC/GMT timestamps, Olsen timezone database support, example based formatter and parser, SNTP client
GitHub

GtDb

Generic database classes for Glamorous Toolkit
GitHub MIT

GtDbUsql

Database driver for using usql CLI with Glamorous Toolkit
GitHub MIT

How to set up a GT GitHub repo in 7'

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

InC-EPL

Cloud SQL handles your database ops end to end, so you can focus on your app.
SourceForge squeak

Installer

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

IOSPersistent

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

Kepler-MongoDB

Document persistence system based on Kepler
GitHub MIT

KFMysql

This is ... tbc
SqueakSource

Kilauea

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

Kilauea

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

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