摘要:Working with dataCreating your databaseYou use the global TAFFY function to create a new database.// Create a new empty databasevar db = TAFFY();// Cr...
阅读全文
摘要:Writing queriesThe heart of TaffyDB and any database is running queries against your data. This is done after creation of your database by calling the...
阅读全文
摘要:The JavaScript DatabaseAn opensouce library that brings database features into your JavaScript applications.IntroductionHow you ever noticed how JavaS...
阅读全文
摘要:TaffyDB is very easy to get started with. This brief turtoial will introduce you to a few of the core concepts and should be enough to get started eve...
阅读全文