This commit is contained in:
yumoqing 2020-09-18 08:33:12 +08:00
commit a19ab5cf95
26 changed files with 0 additions and 0 deletions

0
README.md Normal file → Executable file
View File

0
build.sh Normal file → Executable file
View File

0
dataloader/dataloader.py Normal file → Executable file
View File

0
requirements.txt Normal file → Executable file
View File

0
sqlor/__init__.py Normal file → Executable file
View File

0
sqlor/aiomysqlor.py Normal file → Executable file
View File

0
sqlor/aiopostgresqlor.py Normal file → Executable file
View File

0
sqlor/crud.py Normal file → Executable file
View File

0
sqlor/dbpools.py Normal file → Executable file
View File

0
sqlor/ddl_template_mysql.py Normal file → Executable file
View File

0
sqlor/ddl_template_oracle.py Normal file → Executable file
View File

0
sqlor/ddl_template_postgresql.py Normal file → Executable file
View File

0
sqlor/ddl_template_sqlserver.py Normal file → Executable file
View File

0
sqlor/filter.py Normal file → Executable file
View File

0
sqlor/mongo.desc Normal file → Executable file
View File

0
sqlor/mssqlor.py Normal file → Executable file
View File

0
sqlor/mysqlor.py Normal file → Executable file
View File

0
sqlor/oracleor.py Normal file → Executable file
View File

0
sqlor/postgresqlor.py Normal file → Executable file
View File

0
sqlor/records.py Normal file → Executable file
View File

0
sqlor/sor.py Normal file → Executable file
View File

0
sqlor/sqlite3or.py Normal file → Executable file
View File

0
test/primary.py Normal file → Executable file
View File

0
test/t1.py Normal file → Executable file
View File

0
test/t2.py Normal file → Executable file
View File

0
test/test.py Normal file → Executable file
View File