BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/cas
Exporting SQLite to MySQL
Open
major
task
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**[Original report](https://bitbucket.org/laborstudents/cas-flask/issue/136) by Guillermo ramos (Bitbucket: [guillermo_ramos](https://bitbucket.org/guillermo_ramos), GitHub: [memo330179](https://github.com/memo330179)).**
----------------------------------------
This is the command to dump a SQLite file to a SQL file
```sh
sqlite3 sample.db .dump | dumpSQLite.py > dump.sql
```
Creates a dump.sql file with all of the data of the SQLite Function
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.