Skip to content

pharo-todd/glorp-sqlite3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glorp-sqlite3

UDBC SQLite3 adaptor for Glorp

This package loads Glorp and loads and configures the UDBC SQLite3 drivers for Glorp.

For further information on Glorp, please see the pharo-rdbms/glorp repository: https://github.com/pharo-rdbms/glorp

To load Glorp / SQLite3:

Metacello new 
	repository: 'github://pharo-rdbms/glorp-sqlite3';
	baseline: 'GlorpSQLite';
	load.

About

UDBC SQLite3 adaptor for Glorp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 80.0%
  • HTML 20.0%