316 packages — page 12

SDGoodsStore

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

SeabookToDoAddMagma

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

Seaside-Bootstrap-Magritte-Voyage

A meta-package for Pharo which installs latest stable releases of Seaside, Bootstrap, Voyage and Magritte
GitHub pharo MIT

seaside-mongo-todo-application

Example "todo" Seaside web-application which uses Voyage
GitHub

ShoreBase

Magritte and Magma based model generator.
SqueakSource

Smalltalk PostgreSQL drivers

Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
SourceForge

SoundsLike

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

SQLAnalyzer

Interaction with Microsoft SQL Server
SqueakSource

SQLBuilder

SmalltalkHub

SQLite

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

SQLite

Wrapper for the SQLite library - this project is obsolete and moved tohttp://smalltalkhub.com/#!/~TorstenBergmann/SQLite
SqueakSource

SQLite

SmalltalkHub

SQLite3

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

SQLite3

SmalltalkHub

squeak-sqlite3

MIT License Licensed Files
GitHub squeak MIT

squeak-sqlite3-core

GitHub squeak MIT

squeak-sqlite3-tests

GitHub squeak MIT

SqueakDBX

OpenDBX plugin, provides db connection to free and commercial databases.Currently supports: PostgreSQL, mySQL and Oracle (MSSQL and others should work, but not tested yet).Use FFI to talk to OpenDBX.It works in Unix, OSX and (through MinGW) Windows.
SqueakMap squeak

SQueakLite

Modern Integrated Development Environments (IDE) often includes a data source / database editor to allow developers to connect to databases to create, manipulate, view and update database objects efficiently within the environment. They often even help generate database persistence codes …
SqueakSource squeak

SqueakMap

This is a load script to install SqueakMap2. SqueakMap is a catalog for all published Squeak code on the planet.It gives you a local database of all available Squeak packages that very easily is updated from the master servers. SqueakMap …
SqueakMap squeak

SqueakSQLite3

SmalltalkHub squeak

Squill

e-mail client / mailing list manager. Uses Magma.
SqueakSource

StdbCore

This is the core API for designed for database access in Smalltalk.Currently there is aMySQL implementationof the API inStdbMysqlImplproject. Other database engine supports are planned for the future.From database access style point of view this is more akin to JDBC …
SqueakSource

StdbMysqlImpl

A MySQL Implementation of the Stdb APIThis is an implementation of the database connectivity API defined in theStdb-Corepackage. It uses the MySQL protocol driver inStdbMysqlProcolprojectSee also:StdbCore(required),StdbMysqlProtocol(required)Features:ImplementsStdbCoreAPI facilities like connection, prepared statement, metadata, resultset and so onTransaction facilitiesPrepared statement is implemented …
SqueakSource

StdbMysqlProtocol

This is a native Smalltalk wire protocol implementation for connecting to the MySQL database. This supports the new 4.1 wire protocol, along with server side prepared statements and cursor based row data fetch capabilities.This protocol driver is used in the …
SqueakSource pharo