236 packages
— page 8
Personal Movie Database Smalltalk edition.
GitHub
Implements a native Smalltalk connection to PostgreSQL backend. See the "Frontend/Backend Protocol" chapter in the "PostgreSQL Programmer's Guide" for more information. Notes:1. Only "plaintext" and "md5" authentication modes are currently supported. This option is configurable via the pg_hba.conf file in …
SqueakMap
squeak
This project is migrated from http://smalltalkhub.com/#!/~PharoExtras/PostgresV2/ - I am not an author or contributor
GitHub
pharo
MIT
A Smalltalk implementation of the PostgreSQL frontend/backend protocol version 2. Note that postgres version 7.4 introduced a version 3 of this protocol, but the version 2 protocol is still accepted, for now. (Originally released under Squeak license, now released under …
SqueakSource
squeak
Monticello package 'PostgresV2' in the magritteaddons repository at source.lukas-renggli.ch. Latest PostgresV2-jmck.6.mcz; 2 versions.
Lukas Renggli Source
Monticello package 'PostgresV2' in the slime repository at source.lukas-renggli.ch. Latest PostgresV2-yj.5.mcz; 1 version.
Lukas Renggli Source
A client library for the Redis key-value database. More information can be found at http://code.google.com/p/redis/
SqueakSource
A way to conviently store Smalltalk objects in a relational database.
SqueakSource
A library for manipulating relational queries as first class Smalltalk expressions, and generating SQL from them. There's no documentation yet, but you can maybe muddle through using the test cases and some comments I made on my blog here: http://www.cincomsmalltalk.com/userblogs/avi/blogView?searchCategory=databases …
SqueakMap
squeak
SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakMap
squeak
SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakSource
squeak
Extends older versions of SandstoneDb to make multiple databases in one image possible.
SqueakSource
This allows the Sandstone DB (http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-squeak) to use a goods database as a backend, allowing one session per VM, and therefore should cope with serious work loads.
SqueakSource
squeak
Invites the SeabookToDo student to integrate Magma into the example. Included are a ToDoMagmaServerExample class and a ToDoMagmaClientExample. The student is invited to enhance the View classes of the SeabookToDo to utilise a new instance of ToDoMagmaClientExample to learn about …
SqueakSource
A meta-package for Pharo which installs latest stable releases of Seaside, Bootstrap, Voyage and Magritte
GitHub
pharo
MIT
Example "todo" Seaside web-application which uses Voyage
GitHub