Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

simple-sqlalchemy

simple-sqlalchemy provides easy and simple query methods to access mysql data. It lets you get or change data in an easy way, especially when you get many conditions and will get any of them.For example, in a query page.

Test it locally

step 1: source ddl.sql;
step 2: export db_user="{you db user}" && export db_pass="{you db password}";
step 3: python -m tests.abstractquery_test;

About

build query in an elgant way using sqlalchemy

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages