236 packages — page 9

ShoreBase

Magritte and Magma based model generator.
SqueakSource

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

STicky

STicky is a pluggable real-time evaluator and/or translator workspace aimed to learn languages. For a quick overview please take a look at thepresentation videoThe Smalltalk evaluator could be useful in learning courses or for newbies typing expressions, but other translators/evaluators …
SqueakSource pharo

StockMAN

A simple Stock Management application written in Smalltalk using the Seaside framework and GLORP.
GitHub MIT

Talks2

BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
SourceForge

Tarandoc

Tarantool document module wrapper based on Tarantalk
GitHub pharo MIT

tienda-full

Una tienda funcional con una base de datos MySQL externa, Programado 100% en smalltalk
GitHub