Skip to content

primates/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD

CRUD example for application test with Python Application

Database Setup

For users(sql table)

CREATE TABLE users ( username VARCHAR(50) PRIMARY KEY, password VARCHAR(255), active BOOLEAN );

Dependencies: Ensure you have the MySQL JDBC driver in your classpath. If using Maven, add this to your pom.xml

mysql mysql-connector-java 8.0.29

About

CRUD example for application test with Python Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages