簡介 Flutter 的資料庫,決定深入 NoSQL Hive
        
      
        Why don’t I see the full article?
      
        
            This article is part of a book for purchase. Purchase the book to access this article.
            
              
        
    WriterShelf™ is a unique multiple pen name blogging and forum platform. Protect relationships and your privacy. Take your writing in new directions. ** Join WriterShelf**
      
        WriterShelf™ is an open writing platform. The views, information and opinions in this article are those of the author.
      
  
          Article info
        
        
    This article is part of:
  
    
            
              Categories:
            
            
                    
⟩
⟩
                  
                  
                    
⟩
⟩
                  
                  
                    
⟩
⟩
                  
            
              Tags:
            
            
              Total: 3241 words
          
      
              Like
              
              or Dislike
              
            
          About the Author
          很久以前就是個「寫程式的」,其實,什麼程式都不熟⋯⋯
就,這會一點點,那會一點點⋯⋯
        More to explore
      
       
 
 
 
 
 
 
 

 


我們簡介了 Flutter 中的幾個流行的資料庫(SQLite, idb shim, Hive, Sembast, Moor, ObjectBox, Cloud Firebase),也說明了 SQL 與 NoSQL 的主要不同與選擇方法,最後決定使用 Hive。
Persistent data 持續儲存
我們現在可以錄音也可以儲存錄音紀錄了,只是這些錄音紀錄一關機就沒了,所以我們必須要讓它們永久儲存,當然也要讓使用者可以管理這些錄音紀錄。
...