Skip to content

bugVanisher/simple-sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 with sqlalchemy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages