Tanzania loses 20-40% of produce and USD$1.5 billion each year to agricultural inefficiencies.
Poor farming practices and inadequacies in post-harvest handling have further increased carbon emissions by over 17%
Our soil kit automates real-time data collection and geo-tagged sensors track soil nutrients, pH, moisture, temperature, electro-conductivity, to make analysis available in 5 mins of testing.
Our farmer excellence centres work as trust + value creation hubs where farmers can access our farm software with extension services, inputs delivery, soil testing, and more.
Our software and dashboards helps farmers manage farm operations; for food companies to optimize supply chains; and for banks to issue loans.
odbcinst -q -d | grep PostgreSQL The easiest method is via Homebrew.
| Driver Version | PostgreSQL Server Version | OS Support | |----------------|--------------------------|-----------------------| | 16.00.0000 | 12.x - 17.x | Win/Linux/macOS | | 13.02.0000 | 10.x - 15.x | Win/Linux/macOS | | 12.01.0000 | 9.6.x - 14.x | Win/Linux (Legacy) | | 09.06.0410 | 8.4.x - 9.6.x | Windows XP/7 (Legacy) | Always use the Unicode version of the driver unless you are working with legacy ANSI-only applications. Common Download Mistakes & Fixes | Mistake | Solution | |---------|----------| | Downloading from a third-party "driver download" site | Only use postgresql.org or GitHub | | Installing 32-bit driver for a 64-bit app | Uninstall and get the -x64 MSI | | Forgetting to set SSL Mode | Many modern PostgreSQL servers require require or verify-full | | Driver not appearing in ODBC admin | Run odbcad32.exe (not the 64-bit one) if your app is 32-bit | Verifying Your Download (Checksums) To ensure file integrity (Windows), use PowerShell:
[PostgreSQL] Description = PostgreSQL ODBC driver Driver = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so Driver64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so FileUsage = 1 Then create a DSN in /etc/odbc.ini :
odbcinst -q -d | grep PostgreSQL The easiest method is via Homebrew.
| Driver Version | PostgreSQL Server Version | OS Support | |----------------|--------------------------|-----------------------| | 16.00.0000 | 12.x - 17.x | Win/Linux/macOS | | 13.02.0000 | 10.x - 15.x | Win/Linux/macOS | | 12.01.0000 | 9.6.x - 14.x | Win/Linux (Legacy) | | 09.06.0410 | 8.4.x - 9.6.x | Windows XP/7 (Legacy) | Always use the Unicode version of the driver unless you are working with legacy ANSI-only applications. Common Download Mistakes & Fixes | Mistake | Solution | |---------|----------| | Downloading from a third-party "driver download" site | Only use postgresql.org or GitHub | | Installing 32-bit driver for a 64-bit app | Uninstall and get the -x64 MSI | | Forgetting to set SSL Mode | Many modern PostgreSQL servers require require or verify-full | | Driver not appearing in ODBC admin | Run odbcad32.exe (not the 64-bit one) if your app is 32-bit | Verifying Your Download (Checksums) To ensure file integrity (Windows), use PowerShell:
[PostgreSQL] Description = PostgreSQL ODBC driver Driver = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so Driver64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so FileUsage = 1 Then create a DSN in /etc/odbc.ini :