aries-framework-go-ext icon indicating copy to clipboard operation
aries-framework-go-ext copied to clipboard

feat: Adding sqlite to mobile

Open afrancoc2000 opened this issue 3 years ago • 0 comments

Title: Adding sqlite to mobile agent

Description: I created a component that allows a user to use a storage provider that connects with SQLite.

Summary:

Using https://github.com/hyperledger/aries-framework-go-ext/blob/main/component/storage/mysql/store.go as reference I created a store provider that connects with SQLite. Also, I implemented the TotalItems() method inside the storage wrapper.

I'm making these changes from the conversation with @DRK3 here

Thanks!

afrancoc2000 avatar Aug 16 '22 02:08 afrancoc2000