Ray Madigan <[email protected]> wrote:
> [-- multipart/alternative, encoding 7bit, 50 lines --]
> 
>     [-- text/plain, encoding 7bit, charset: UTF-8, 18 lines --]
> 
> I have an app I want to write for home use that I need database access for. 
>  The dataset isn't extremely large but will eventually overflow the file 
> system on beaglebone.  I can't think of a way to add additional storage 
> that will work with a database like postgresql.  I have read many online 
> posts that suggest that most databases will not install on a fat file 
> system. 
> 
> At this point I am blocked.  I have thought of using a cloud database, for 
> the size of the database it is an expensive option.  Any suggestions would 
> be appreciated. 
> 
What about sqlite with the file on some sort of external storage?
Then there's no need for database servers or anything complicated like
that.  Backup is easy too, just copy the file.

-- 
Chris Green
ยท

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to