236 packages
— page 9
Magritte and Magma based model generator.
SqueakSource
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
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
MIT License Licensed Files
GitHub
squeak
MIT
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
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
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
e-mail client / mailing list manager. Uses Magma.
SqueakSource
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
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
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 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
A simple Stock Management application written in Smalltalk using the Seaside framework and GLORP.
GitHub
MIT
BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
SourceForge
Tarantool document module wrapper based on Tarantalk
GitHub
pharo
MIT
Una tienda funcional con una base de datos MySQL externa, Programado 100% en smalltalk
GitHub