Skip to content

Creates sqilte database of ISO 639-3 (a set of codes that defines three-letter identifiers for all known human languages.)

Notifications You must be signed in to change notification settings

IltaySaeedi/ISO639-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO639-3 Sqlite table creator

Create db using existing .sql file

sqlite3 ISO639.db < ISO639_SQLITE.sql

Then run the project using

dotnet run

Make it offline

This project uses tables of ISO 639-3 Registration Authority for type providers.

You should download UTF-8 tables and change the URI of type providers to make this project offline.

Changing the name of db file

By doing that you should also change the connection string and name of the db in the proj file.

About

Creates sqilte database of ISO 639-3 (a set of codes that defines three-letter identifiers for all known human languages.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages