veekun_pokedex/pokedex
Andrew Ekstedt 93988d966c load: Use COPY FROM STDIN on PostgreSQL.
COPY FROM FILE requires database superuser permissions,
because of the obvious security implications.

COPY FROM STDIN has no such restriction.

Also do some cleanup while we're here.
2015-05-30 22:48:20 -07:00
..
data/csv Add X/Y wild encounters. 2015-05-30 15:00:54 -07:00
db load: Use COPY FROM STDIN on PostgreSQL. 2015-05-30 22:48:20 -07:00
doc Er, fix tabledoc 2014-07-06 12:17:02 -07:00
struct Move util.py to compatibility.py 2011-04-17 22:30:37 -07:00
tests Fix the util.order_by_name test, for real this time. 2015-05-28 19:47:24 -07:00
util Fix test_media.py. 2012-03-16 12:37:47 -07:00
__init__.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
__main__.py Make the library work with python -m. 2013-08-09 13:00:37 -07:00
compatibility.py Move util.py to compatibility.py 2011-04-17 22:30:37 -07:00
defaults.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
formulae.py Give calculated_stat and calculated_hp the same signature. 2011-03-10 22:12:03 -08:00
lookup.py Remove use of Query.yield_per. 2015-05-23 18:26:09 -07:00
main.py Dump translations for official languages by default. 2014-06-01 19:44:32 -04:00
roomaji.py Add Czech romanization 2011-03-29 17:46:41 +03:00