East African Wildlife Society
East African Wild Life Society (EAWLS) is a membership-based non governmental conservation organization. It was founded in 1961 following the amalgamation of the Wildlife Societies of Kenya and Tanzania (themselves both founded in 1956).
Vision
The vision of the Society is an East Africa where people enjoy the full diversity, beauty and richness of nature
Mission
The mission of the Society is to promote the conservation and wise use of the environment, especially wildlife, by advocating for rational policies and appropriate resource management regimes, in conjunction with promoting best practice and good governance.
Publications
EAWLS publishes two magazines, SWARA and the African Journal of Ecology. Both are based in Nairobi, Kenya.
gollark: ```javascriptconst db = require('better-sqlite3')('foobar.db', options); const row = db.prepare('SELECT * FROM users WHERE id = ?').get(userId);console.log(row.firstName, row.lastName, row.email);```
gollark: I don't want an ORM, I just want it to actually provide/accept data in a non-annoying way.
gollark: It has no convenient abstractions, you can't pass objects or anything, it returns tuples instead of objects, and I'm not sure if it actually supports prepared statements at all.
gollark: I want specifically SQLite, but the API for it in Python is so *awful* compared to the pretty good `better-sqlite3`.
gollark: Am using aiosqlite, I mean.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.