Adam Marcus

Results 67 issues of Adam Marcus

There are many options for backing up SQLite to S3. The one that most directly focuses on continuous streaming backups and restore (as opposed to maintaining read replicas or multiple...

Resolves #14 (not ready for review)

- Add created_at datetimes to all tables (see `Snapshot` model for a good example of how) - change IDs to time-sorted UUIDs - Add explicit CASCADE behavior to every foreign...

Consider using the `env_logger` in `server.rs` (or removing that package if you don't end up needing it).

@sofiaritz pointed out that it would be helpful to provide administration tools for common administrative use cases. I agree, and am sorting some thoughts out here. * What are an...

A user might want to provide context about their database (e.g., license(s), readme/documentation). There are three paths I can imagine this taking: * A lightweight option to support this, like...

# Rough description A database owner should be able to allow other users/entities to have following levels of access - read-only access - read/write access - manager (to be able...

In #269, we addressed the issue raised in #266 where we weren't properly lowercasing entity slugs before looking them up in the database. At the moment, we manually lowercase every...

* Server * Client * HTTP * Entities & databases * Isolation * Testing