mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #159] Question: why do you using database? #128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @teran on GitHub (Dec 6, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/159
Hello,
Don't you the database usage for instance storing(for example) might be a kind of overhead because all of needed data can be obtained from libvirt(for example https://github.com/retspen/webvirtmgr/pull/158 could use libvirt instead of database to obtain required data). So why do you using database? Maybe simpler and faster to discard database usage?
@retspen commented on GitHub (Dec 7, 2013):
Rebuild this in new release v4
@retspen commented on GitHub (Dec 12, 2013):
Fix this.