This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
emergencysite/lib/db_sqlite.php

5 lines
119 B
PHP
Executable File

<?php
die("Database not implemented until 0.2.");
class database implements ReadableDatabase, WritableDatabase {
}