JDB is a database where columns are mapped J nouns. Compared to a traditional RDBMS:
it is straightforward to read/write data from J
a task can add new records very efficiently by simply appending to the mapped nouns
record searches are very fast on large amounts of data
For an overview and summary of features, see JDB announcement.
Quick Start - Information for users
Explore - user documentation, see also the top navigation bar
Concepts
Layout - database physical structure
Columns - data and special columns, foreign keys and data types
Queries - SQL query expressions
Aggregation - grouped queries
Programming Interface
Structural Methods - structural methods (folder/database/table/column)
Record Methods - record methods
Client/Server - client/server
Utilities
Development - Information for developers
Implementation - implementation
Contributed by ChrisBurke and OlegKobchenko