🚀 typeorm in version 0.2.28, currently the getConnection() method doesn't work, making tests on the database impossible. This project was created with the intention of studying if the latest version of typeorm works correctly with the sqlite driver: expo-sqlite
RESULT: The newest typeorm version really doesn't work with expo-sqlite. The solution was use a separeted drive to connect and make the tests, it's not the best solution but is a alternative to test the database.
- Db connection tests
- Db crud operations tests
User interface is not the focusing
the following tools were used to build this little this project