Skip to main content

Recently Updated Pages

Retrieving values

pyndb Usage

Since values are stored as Node objects, object retrieval will look something like this:PYNDataba...

Updated 3 years ago by jvadair

Deleting Nodes

pyndb Usage

To delete a Node, you can use the delete method. Command Usage: PYNDatabase.delete(*names) PYN...

Updated 3 years ago by jvadair

Changing values

pyndb Usage

If a Node contains itself, a RecursionError will be thrown. See the Structure page for more info....

Updated 3 years ago by jvadair

Naming Conventions

pyndb File Types

The proper (though not required) filename extension for a PYNDatabase is .pyndb If saving to a J...

Updated 3 years ago by jvadair

JSON

pyndb File Types

JSON files are useful when you want your data to be saved as simple, readable, and portable code....

Updated 3 years ago by jvadair

Plaintext

pyndb File Types

Plaintext format stores data exactly how you would expect it to - as plain text. What's actually ...

Updated 3 years ago by jvadair

Pickling

pyndb File Types

pyndb saves data using pickle by default. pickle is installed with python, and thus should not re...

Updated 3 years ago by jvadair

IDEs not playing nice

pyndb Additional Info

Some IDEs may throw errors saying that the PYNDatabase class does not have the attribute you requ...

Updated 3 years ago by jvadair

Known limitations

pyndb Additional Info

Nodes can only be retrieved with the get method if they contain special characters or numbers (ex...

Updated 3 years ago by jvadair

Creating a new database

pyndb Usage

To create a new database, first import the PYNDatabase object from the module. Once you have done...

Updated 3 years ago by jvadair

Structure

pyndb Basics

How values are represented All keys in a dictionary (loaded from file/object) managed by a PYNDa...

Updated 3 years ago by jvadair

Installation

pyndb Basics

It's easy To install, you can either install via pip:pip install pyndbOr, you can download the p...

Updated 3 years ago by jvadair

In the beginning...

test 1

In the beginning I made this page!

Updated 3 years ago by jvadair