BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/cas

Exporting SQLite to MySQL

Open
#136 3 comments 0 reactions 1 assignee Claimed by @myersCody View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.