https://github.com/mischief/ndb
Plan 9 NDB implementation in Go
https://github.com/mischief/ndb
Last synced: about 1 year ago
JSON representation
Plan 9 NDB implementation in Go
- Host: GitHub
- URL: https://github.com/mischief/ndb
- Owner: mischief
- License: mit
- Created: 2013-08-16T11:43:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T15:35:07.000Z (over 3 years ago)
- Last Synced: 2025-03-18T10:46:00.671Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 598 KB
- Stars: 22
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
ndb: Network Database
===
this is an implementation of ndb(6) from plan 9.
see [ndb](http://godoc.org/github.com/mischief/ndb) for docs.
see [ndbquery.go](cmd/ndbquery/ndbquery.go) for an example program.
see [ndb(6)](http://plan9.bell-labs.com/magic/man2html/6/ndb) for more information.