{"id":13502494,"url":"https://github.com/dag/flask-zodb","last_synced_at":"2026-03-03T06:31:13.813Z","repository":{"id":1292565,"uuid":"1233855","full_name":"dag/flask-zodb","owner":"dag","description":"Use the ZODB with Flask","archived":false,"fork":false,"pushed_at":"2011-10-12T19:46:43.000Z","size":489,"stargazers_count":41,"open_issues_count":3,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-16T23:05:30.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pypi.python.org/pypi/Flask-ZODB","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dag.png","metadata":{"files":{"readme":"README.mkd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-08T22:25:10.000Z","updated_at":"2024-03-06T14:15:44.000Z","dependencies_parsed_at":"2022-07-06T18:24:29.655Z","dependency_job_id":null,"html_url":"https://github.com/dag/flask-zodb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dag/flask-zodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dag%2Fflask-zodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dag%2Fflask-zodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dag%2Fflask-zodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dag%2Fflask-zodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dag","download_url":"https://codeload.github.com/dag/flask-zodb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dag%2Fflask-zodb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268333901,"owners_count":24233782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T22:02:15.797Z","updated_at":"2026-03-03T06:31:08.754Z","avatar_url":"https://github.com/dag.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Flask-ZODB\n----------\n\n![Flask-ZODB][logo]\n\n\nSimple extension for integrating the ZODB in Flask applications.\n\n```python\napp = Flask(__name__)\ndb = ZODB(app)\n\n@app.before_request\ndef set_db_defaults():\n    if 'entries' not in db:\n        db['entries'] = List()\n\n@app.route('/')\ndef show_entries():\n    return render_template('show_entries.html', entries=db['entries'])\n\n\n@app.route('/add', methods=['POST'])\ndef add_entry():\n    db['entries'].append(request.form)\n    flash('New entry was successfully posted')\n    return redirect(url_for('show_entries'))\n```\n\nFor more information see the [documentation][docs].\n\n\n[docs]: http://packages.python.org/Flask-ZODB/\n[logo]: https://github.com/dag/flask-zodb/raw/master/docs/_static/flask-zodb.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdag%2Fflask-zodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdag%2Fflask-zodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdag%2Fflask-zodb/lists"}