Initialize an expo-sqlite database with a "users" table (id, name, email). Write functions to: create the table, insert a user, and query all users.
Click Run to test your code