Skip to content

Open Database Connectivity for Covariant Script

License

Notifications You must be signed in to change notification settings

covscript/covscript-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Database Connectivity for Covariant Script

Special Notice: It's not recommended to use SQLite3 via ODBC Driver while Covariant Script have native SQLite3 support.

Official Build & Tested Platform

Platform Data Source Administrator ODBC Driver
Microsoft Windows ODBC Data Sources MariaDB ODBC Driver
Microsoft Windows ODBC Data Sources MySQL ODBC Driver
Apple macOS iODBC MariaDB ODBC Driver
Ubuntu 20.04 unixODBC MariaDB ODBC Driver

Preparation

Windows

Download and install MariaDB ODBC Driver

macOS

  1. Download iODBC
  2. Download MariaDB ODBC Driver

Linux

  1. Install unixODBC: sudo apt install unixodbc
  2. Install MariaDB ODBC Driver: sudo apt install odbc-mariadb

Configuration

  1. MariaDB
    • If it doesn't work properly on Ubuntu after following the official documentation, try modifying the configuration file: Driver=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so
  2. MySQL

About

Open Database Connectivity for Covariant Script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages