/JContainers

No-SQL database for Skyrim

Primary LanguageC++MIT LicenseMIT

Stories in Ready

JContainers

JContainers is a Skyrim plugin that extends Papyrus by adding various data structures. Also it is simple NoSQL database. It features:

  • Various containers that capable to store anything inside - number, string, form or another container
  • Encode or decode container's contents into JSON data
  • Full unicode support
  • Path resolving: access nested data easily with ".key1.key2[10]" like paths
  • Thread safety

Documentation

The most up-to-date documentation can be found here.

Installation

Please see the file called INSTALL.

Licensing

JContainers is licensed under the MIT license. Please see the file called LICENSE for details.