Skip to content

Library to carry out simple SQL CRUD operations in Python - currently supporting MySQL and SQLite

Notifications You must be signed in to change notification settings

RedSpiderMkV/SqlCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlCRUD

Python library to perform simple CRUD operations on a SQL database. Perfect for when you don't feel like diving into SQL for simple operations or setting up something like SqlAlchemy for a few quick and dirty read/write operations.

Currently supports MySQL and SQLite.

Credential File Content Example

<credential>
	<host>localhost</host>
	<user>user</user>
	<password>password</password>
	<database></database>
</credential>

About

Library to carry out simple SQL CRUD operations in Python - currently supporting MySQL and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages