Which database can we use in stm32 cortex m0 controller in order to use it in offline mode?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-24 12:30 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-24 2:21 AM
Take "stm32" out of your google search - the answer will apply to any Cortex-M0 class of microcontroller.
In fact, don't even search on "Cortex-M0" - just try "microcontroller"
You need to give more details; eg,
- Why do you think you need a database?
- What are you going to do with this "database"?
- What type of database?
- What are your constraints on performance, volume of records, memory use, etc ?
EDIT
Apart from a normal Google search, try searching GitHub ...
(other internet search engines are available)
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
