memory_adapter 0.0.1 copy "memory_adapter: ^0.0.1" to clipboard
memory_adapter: ^0.0.1 copied to clipboard

Dart 1 only

A memory adapter for the dart active record implementation. Enables faster testing and development.

MemoryAdapter for ActiveRecord #

This is an In-Memory adapter for the ActiveRecord implementation in dart.

Why an in-memory adapter? #

This adapter is for quick testing purposes only. It does not (really) support migrations, but it simulates a database adapter by enabling all important interface methods. The where-method throws an exception, accessing data is only possible via the findByVariable method.

0
likes
25
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A memory adapter for the dart active record implementation. Enables faster testing and development.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

activerecord

More

Packages that depend on memory_adapter