last changes
This commit is contained in:
parent
7a5ace403e
commit
899b50ded4
16 changed files with 53 additions and 89 deletions
|
|
@ -4,13 +4,11 @@ import uuid from "react-native-uuid";
|
|||
|
||||
import { Query } from "expo-sqlite";
|
||||
import { SimpleDate } from "../util/SimpleDate";
|
||||
import { CategoryType } from "../types/dbItems";
|
||||
|
||||
let db: SQLite.SQLiteDatabase;
|
||||
|
||||
export enum CategoryType {
|
||||
SAVING = "saving",
|
||||
EXPENSE = "expense",
|
||||
}
|
||||
|
||||
|
||||
export const initDatabase = async () => {
|
||||
db = SQLite.openDatabase("interactive_systeme.db");
|
||||
|
|
|
|||
Reference in a new issue