Skip to content

vendelin8/dhtmlx-scheduler-golang-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang database connector for dhtmlx scheduler

dhtmlx-scheduler-golang-connector

  • Tested for MySQL and SQLite.
  • Not Tested for PostgreSQL, but probably works.

To download the package use:

go get github.com/vendelin8/dhtmlx-scheduler-golang-connector

For MySql databases, make sure to initialize database with utf-8 collation:

CREATE DATABASE test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

To run the examples, download dhtmlx from here:

Contributions are welcome.

About

goland database connector for dhtmlx scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages