1.2.5 • Published 6 years ago

carbyne-db v1.2.5

Weekly downloads
37
License
MPL-2.0
Repository
github
Last release
6 years ago

Carbyne

Hey, welcome to the Carbyne repo! I created Carbyne out of frustration after searching for what seemed like days for an actual object database. JavaScript just didn't seem to have any real object databases that actually stored objects. Well, Carbyne's going to change that. Carbyne's a real object database that supports almost anything regular JS objects do.

Carbyne:

  • stores booleans
  • stores numbers
  • stores strings
  • stores null
  • stores undefined
  • stores Infinity
  • stores -Infinity
  • stores NaN
  • stores objects
  • stores arrays
  • stores Symbols
  • stores blobs
  • supports circular references
  • supports circular references in child arrays
  • supports circular references in child objects
  • supports multiple copies of one object
  • supports multiple copies of one array
  • supports multiple copies of one symbol
  • supports multiple copies of one blob
  • supports copying a blob
  • supports custom objects

You can use the TypeScript typings provided, or read the docs. There's even a handy Getting Started guide!

You can install Carbyne with this simple command:

npm i carbyne-db
1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

0.0.1-security

6 years ago

1.0.0

6 years ago