which one do i choose between FMDB and core Data in SwiftUI ?

i need to make app that make Database of received Serial data

after receiving data , i need to show data using chart.

Serial data traffic is not high, and is not happen frequently...

and can i use FMDB at SwiftUI ?

Replies

Your database requirements appear simple, according to what you describe.

So, you should ask yourself whether you need the functionalities and extra complexity of FMDB.