🔠🔡🔢🔣
found vnstore
Where Time Meets Data - Seamless Versioning, Infinite Possibilities.
home
history
{{ uid.hex }}
{{ message }}
action
add a change
delete a change
apply a change
{% if not changes %}
Alert! The Data Canvas Awaits! 🚀 No changes detected. Time to add, remove, or modify tuples and infuse life into our database. Your input sparks the evolution—let's make waves together! Click to contribute and shape the future of our data.
{% endif %} {% if changes %}
changes
{% for change in changes %}
{{ tostring(change.uid) | safe }}
{{ tostring(change.key) | safe }}
{{ tostring(change.value) | safe}}
{% endfor %}
{% endif %}
{% block action %}{% endblock %}