Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

File per Document and Folder per Table#503

Unanswered
JonLangfordUK asked this question inQ&A
Discussion options

We're looking at using TinyDB for use as the backend for a reference system, but we need this solution to be compatible via our source control solution.

Ideally we'd have a file per record as well as a folder per table so that we can more easily manage checkout with source control. Is this possible with the current version of TinyDB? If not, is this something that we could easily modify/add ourselves.

You must be logged in to vote

Replies: 1 comment

Comment options

Hey@JonLangfordUK, I think implementing a scheme like this should be possible by writing acustom storage class. Regarding source control: you'll need to keep in mind that TinyDB doesn't particularly like other systems modifying its data behind its back. Doing so might result in data loss or corruption, e.g. if you update the data while TinyDB tries to update it.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@JonLangfordUK@msiemens

[8]ページ先頭

©2009-2025 Movatter.jp