[Solved] Session Management in Jaggery.js [closed]
To connect Jaggery to MySQL, you need to download JDBC driver jar to <jaggery>\carbon\repository\components\dropins\ directory. In MySQL, create new database sodb by typing: mysql> create database sodb. the example below shows how to create table, insert data in MySQL and view the data using Jaggery. Create folder sodbmysql in /apps/ Create sodb.jag file in the … Read more