0.1.4 • Published 7 years ago

dbjs-persistence v0.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

dbjs-persistence

Persistence for dbjs

API

API consist of two major interfaces Driver and Storage.
Driver can be seen as counterpart of Database in SQL-like engines, and Storage is counterpart of Table.

Both interfaces come with implementation of top layer logic, while low-level internals are left empty and are meant to be implemented in individual drivers working with dedicated database engines.

This project provides also full implementation of efficient driver that works with text files (it is located in text-file directory)

Tests Build Status

$ npm test
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago