mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 10:08:01 +00:00
f37e4d2de9
* feat: add firebird * feat: add firebird tests * fix: tests and refactoring, add justfile instead of makefile
Seed instructions
make seed-mongo
make seed-mongo-auth
make seed-mysql
make seed-mysql-1gb
make seed-postgres
make seed-postgres-1gb
make seed-all
make seed-sqlite
make seed-sqlite SEED=big
Verify commands
Sqlite
docker exec -it db-sqlite sqlite3 /workspace/data/app.db "SELECT * FROM users LIMIT 10;"
docker exec -it db-sqlite sqlite3 /workspace/data/app.db "SELECT name FROM sqlite_master WHERE type='table';"
docker compose -f docker-compose.test.yml run agent-test bash -c "cargo clean && cargo test"