Selection.js

Selection.js 1.1.0 updated

Selection.js gives developers programmatic access to text selections via JS calls. The library can force a text selection to be loaded dynamically at any given point. This can be useful when used with other text processing scripts like WYSIWYG editors,...

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()#...