1.1.0
This commit is contained in:
parent
13c3d86a10
commit
20ac2da081
6 changed files with 47 additions and 10 deletions
|
@ -7,10 +7,6 @@ interface User {
|
|||
name: string;
|
||||
}
|
||||
|
||||
interface SerializedUser {
|
||||
name: string;
|
||||
}
|
||||
|
||||
const db = new Database();
|
||||
const table = new Table<User>(db, "Users", {
|
||||
id: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue