ok, implement sqlite
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
email: string;
|
||||
password?: string; // Should be handled securely, not sent to client
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user