Qore Glut Module is an open source module for the Qore programming language designed as a companion for the Qore OpenGL Module, allowing Qore apps to to implement platform-independent OpenGL GUIs (Graphical User Interfaces). What is new in this...

MyJSQLView

MyJSQLView 3.47

MyJSQLView is an open source application that allows you to delete, add, edit or view entries in a MySQL database.MyJSQLView is an easy to use Java based user interface frontend for viewing, editing, deleting or adding entries in a MySQL...

Vino

Vino 0.1.0

Vino is not ORM. Yes, it's true, it's not ORM.Get StartedA quick view with Vino:# setup# db = Vino('engine://user:passwd@host:port/database')db = Vino('sqlite://db.sqlite')# querydb.table('user').find(username='lepture').fetch()#...