PKGS= odbc postgres95 db smalldb EXTDEPS= m3core libm3 EXTDEPS-CORE= COLLDEPS= core CAUSES: core(m3core)
ODBC interfaces for Windows and POSIX systems
Browse Sources OnlinePostGres95/PostgreSQL interfaces
Browse Sources OnlineMODULA-3 INTERFACES FOR ACCESSING DATABASES
This package contains a "DB" interface and a set of implementations for accessing relational databases.
DB is the safe Modula-3 interface for relational databases. It defines two primary abstractions: database connections and statements.
Actual implementations supported are odbc, mysql, postgres95, postgresql.
m3-db/db/READMEThis package will maintain a copy of a data structure on secondary storage, and will update the secondary storage as updates are made to the data structure. A client can use this package to ensure that the current value of the data structure can be recovered after any crash. This package is efficient: the cost of recording an update is about one disk write.
Browse Sources Online