Db for Dummies (DBD) is a flexible, lightweight, memory-resident database. Unlike traditional databases that store values in table-like structures, DBD stores data as a network of nodes. DBD manages tables, multi-rooted hierarchies, graphs and complex networks without user having to specify a schema. DBD provides four interfaces to manage data: The Graphical User Interface (GUI) allows users to manage data mainly via a tree and grid.

PropertyValue
dbpedia-owl:Software/license
dbpedia-owl:Work/genre
dbpedia-owl:genre
dbpedia-owl:license
dbpedia-owl:thumbnail
dbpprop:abstract
  • Db for Dummies (DBD) is a flexible, lightweight, memory-resident database. Unlike traditional databases that store values in table-like structures, DBD stores data as a network of nodes. DBD manages tables, multi-rooted hierarchies, graphs and complex networks without user having to specify a schema. DBD provides four interfaces to manage data: The Graphical User Interface (GUI) allows users to manage data mainly via a tree and grid. The Natural Language Interface (NLI) allows users to mangage data via English-like expressions. The Remote User Interface (RUI) allows users to view data via a remote computer. The Application Programmer Interface (API) allows C/C++ and Visual Basic programmers to manage data via a Dynamic Link Library (DLL). The following DBD expressions store a person named John, age 35, who likes a person named Mary who likes pizza and beer. (new 'john 'person) (new '35 'age) (set john age 35) (new 'mary 'person) (new 'like 'verb) (set john like mary) (new 'pizza 'food) (new 'beer 'drink) (set mary like pizza) (set mary like beer) The following expression solves for the asterisk (*) and returns Mary. (and)
dbpprop:caption
  • Db for Dummies
dbpprop:developer
  • Custom Microsystems
dbpprop:genre
dbpprop:hasPhotoCollection
dbpprop:latestReleaseDate
  • August 1, 2007
dbpprop:latestReleaseVersion
  • 7.8.1
dbpprop:license
dbpprop:name
  • Db for Dummies
dbpprop:operatingSystem
dbpprop:reference
dbpprop:screenshot
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
rdf:type
rdfs:comment
  • Db for Dummies (DBD) is a flexible, lightweight, memory-resident database. Unlike traditional databases that store values in table-like structures, DBD stores data as a network of nodes. DBD manages tables, multi-rooted hierarchies, graphs and complex networks without user having to specify a schema. DBD provides four interfaces to manage data: The Graphical User Interface (GUI) allows users to manage data mainly via a tree and grid.
rdfs:label
  • Db for dummies
owl:sameAs
skos:subject
foaf:depiction
foaf:homepage
foaf:name
  • Db for Dummies
foaf:page
is owl:sameAs of