Skip to content

coderLMN/offlineDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a single page application based on AngularJS framework and HTML5 IndexedDB. It manages a simple local database, to which users can add, remove, update, search and list records.

Thanks to IndexedDB, we can maintain a offline DB now. No Application Server, no DB server, all we need to run this DB is just a browser.

About browser compatibility, all sane browsers support HTML 5 (especially IndexedDB, of course) are fine, but Chrome is highly recommended because I only included webkit properties for some CSS animation effects.

Safari? No. It does NOT support IndexedDB, at this moment.

One tip: All the photos must be kept in photos/ directory. When you create a new slide, only images under that directory can be selected. It's just a html app, isn't it?

About

基于 HTML5 IndexedDB 接口的离线数据库演示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published