| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
C cursor
|
| | | |
|
| |/
|
|
|
| |
This commit adds an accessor to the Cursor type to retrieve the Bucket that
it was created from.
|
| |
|
|
|
|
|
|
|
|
|
| |
This commit changes the API for:
Tx.CreateBucket()
Tx.CreateBucketIfNotExists()
Bucket.CreateBucket()
Bucket.CreateBucketIfNotExists()
These functions now return the *Bucket and error instead of just the error.
|
|
|
This commit adds the ability to create buckets inside of other buckets.
It also replaces the buckets page with a root bucket.
Fixes #56.
|