tank 0.30.0

Tank (Table Abstraction and Navigation Kit): the Rust data layer. Simple and flexible ORM that allows to manage in a unified way data from different sources.
Documentation
1
2
3
4
5
6
7
8
<template>
    <div class="quickstart">
        <h2>Get started</h2>
        <div class="steps">
            <slot />
        </div>
    </div>
</template>