{"library":"ydn.db","type":"library","category":null,"description":"A unified client-side database library for IndexedDB, WebSQL, and localStorage, currently at stable version 1.3.0. It provides a consistent asynchronous API across storage backends, supports schema version migration, advanced queries (including SQL-like and full-text search via additional modules), and transaction workflow management. Key differentiators include support for legacy browsers (IE6+, Chrome 4+, etc.), on-the-fly schema generation, managed requests to avoid InvalidStateError, and high-performance index queries using AVL trees for localStorage. Actively maintained until 2016, now in maintenance mode.","language":"javascript","status":"maintenance","version":"1.3.0","tags":["javascript","IndexedDB","WebSQL","WebStorage","database"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install ydn.db","imports":["var db = new ydn.db.Storage('db-name', schema);","const db = new ydn.db.Storage('db-name');","<script src='ydn.db.min.js'></script>"]},{"cmd":"yarn add ydn.db","imports":[]},{"cmd":"pnpm add ydn.db","imports":[]}],"homepage":"http://dev.yathit.com/ydn-db/index.html","github":"https://github.com/yathit/ydn-db","docs":null,"changelog":null,"pypi":null,"npm":"ydn.db","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}