332 packages
— page 12
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
Cloud SQL handles your database ops end to end, so you can focus on your app.
SourceForge
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
Magritte and Magma based model generator.
SqueakSource
Cloud SQL handles your database ops end to end, so you can focus on your app.
SourceForge
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence …
SourceForge
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
SourceForge
This package contains soundex and DoubleMetaphone which is used to convert words to a their sound components so that correctly spelled words can be found with misspelled worlds. Examples: 'titlebalm' soundsLike: 'teitelbaum' you can also get the phoneticStringsFor: to store …
SqueakSource
Cloud SQL handles your database ops end to end, so you can focus on your app.
SourceForge
Interaction with Microsoft SQL Server
SqueakSource
Requires the FFI plugin and the sqlite shared library, fromhttp://www.hwaci.com/sw/sqlite . Provides SQLiteConnection: db := SQLiteConnection fileNamed: 'test.db'.arrayOfDicts := db executeQuery: 'SELECT * FROM foo'.
SqueakMap
squeak
Wrapper for the SQLite library - this project is obsolete and moved tohttp://smalltalkhub.com/#!/~TorstenBergmann/SQLite
SqueakSource
This is a first cut at an FFI wrapper for SQLite3 based on Avi Bryant's wrapper for SQLite version 2. It requires the FFI plugin (SqueakFFIPrims), and SQLite3 (it comes with Tiger, but you can also get it and documentation …
SqueakMap
squeak