Sandbox

References

Workshop SQL

SQL solutions come in different sizes and platforms. If we choose a SQL database, since we have a linux operating system we can download the binaries for a SQL software and compile it for our ARM platform; however things do not go straight up when trying to compile software in performance-limited systems. Operating systems in low resources devices tend to choose lite options, such as SQLite. In this workshop, we are going to install sqlite. To install it, run opkg install sqlite3. The package sqlite3 is included in core2-32 repo, make sure to have it in the repositories file, display the file and look for the repo running cat /etc/opkg/base-feeds.conf | grep src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32 we should see a positive result for the query. Postgres is not currently supported by the default repositories.

Abraham's question to DAtabases

  • Table Storage

  • Blob Storage

  • SQL Database

  • DocumentDB

  • External Storage

Last updated