summaryrefslogtreecommitdiff
path: root/examples/berkeleydb_example.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: validation issues with examples (#2269)Iwan Aucamp2023-03-131-7/+11
| | | | | | | | | I want to add examples for securing RDFLib network access using `sys.addaudithook` and `urllib.request.install_opener`, but I want to also validate the examples in our CI pipeline, so we can demonstrate they work to our users. This change adds validation for all examples, and the addition of the security examples in a seperate PR will then also get validated.
* Address lingering instances of deprecated `tempfile.mktemp` (#1942)Graham Higgins2022-05-151-2/+2
| | | Updated two instances of lingering deprecated `tempfile.mktemp` usage to use current safe tempfile idiom.
* blacked everything6.0.0Nicholas Car2021-07-201-4/+3
|
* second BerkeleyDB exampleNicholas Car2021-07-021-6/+65
|
* added tests for BerkeleyDB storeNicholas Car2021-06-271-3/+18
|
* Sleepycat -> BerkeleyDBname change; incomplete code updateNicholas Car2021-05-081-0/+60