Skip to content

greenyouse/ydn-cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ydn-cljs

The YDN-DB library packaged in a JAR for ClojureScript. This comes with IndexedDB, WebSQL, WebStorage and UserData (for IE6). All of the features are enabled too (Core, CRUD, Cursor, Encryption, Events, Full-text-search, Query, SQL, and Synchronization).

See the YDN-DB homepage for more information.

Installation

Add this dependency to your project.clj:

[com.greenyouse/ydn-cljs "1.1.2-alpha"]

and this to your library:

(ns application.core
  (:require ydn.db))

Contribute

I'm having some trouble getting the Google Closure version of YDN-DB to work correctly. If you're interested in helping me out, check the gclosure branch. This version includes all the features (Core, CRUD, Cursor, Encryption, Events, Full-text-search, Query, SQL, and Synchronization).

Thanks!

About

YDN database tools for ClojureScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published