neocl / jamdict

Python 3 library for manipulating Jim Breen's JMdict, KanjiDic2, JMnedict and kanji-radical mappings
MIT License
130 stars 12 forks source link

how to reset the sqlite 3 database #14

Closed john012343210 closed 4 years ago

john012343210 commented 4 years ago

There is some error while importing the file gdrive

Which make it doesn't find any character

image

May I know where is the database storing at, how do reset them or delete them

letuananh commented 4 years ago

Here is the link to compiled SQLite database: https://drive.google.com/open?id=1H9TLKO4d1iySOPsXwWRnEyX-BbCh1O3E

To find out where the database is stored on your computer, please try:

python -m jamdict.tools info

I hope this helps :)