DBIx-Fast 0.17 Latest
Files
- .github/dependabot.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- Changes
- LICENSE
- MANIFEST
- MANIFEST.SKIP
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- SECURITY.md
- examples/README.md
- examples/benchmark-cache-backends.pl
- examples/benchmark-lazy-require.pl
- examples/benchmark-profiler-regex.pl
- examples/benchmark-query-cache.pl
- examples/benchmark-statement-cache.pl
- examples/monitor-connections.pl
- examples/profiler-mariadb.pl
- examples/profiler-pg.pl
- examples/raw-sql.pl
- lib/DBIx/Fast.pm
- lib/DBIx/Fast/Base.pm
- lib/DBIx/Fast/Cache.pm
- lib/DBIx/Fast/Cached.pm
- lib/DBIx/Fast/Connector.pm
- lib/DBIx/Fast/Output.pm
- lib/DBIx/Fast/Profile/Base.pm
- lib/DBIx/Fast/Profile/MariaDB.pm
- lib/DBIx/Fast/Profile/Pg.pm
- lib/DBIx/Fast/Profile/SQLite.pm
- lib/DBIx/Fast/Profile/mysql.pm
- lib/DBIx/Fast/Profiler.pm
- lib/DBIx/Fast/Result.pm
- lib/DBIx/Fast/SQL.pm
- lib/DBIx/Fast/Schema.pm
- lib/DBIx/Fast/Transaction.pm
- t/00-load.t
- t/DSN.t
- t/args.t
- t/bug_cache.t
- t/bug_connection_lost.t
- t/bug_count_where.t
- t/bug_dsn.t
- t/bug_leak.t
- t/bug_make_sen.t
- t/bug_transaction_retry.t
- t/cache.t
- t/cached.t
- t/cover_connector.t
- t/cover_fast.t
- t/cover_profile.t
- t/cover_profiler.t
- t/cover_schema.t
- t/cover_transaction.t
- t/db/schema.sql
- t/db/test.db
- t/dependency_injection.t
- t/driver/MariaDB-integration.t
- t/driver/MariaDB-profiler.t
- t/driver/MariaDB-security.t
- t/driver/MariaDB-upsert.t
- t/driver/Pg-integration.t
- t/driver/Pg-last-id.t
- t/driver/Pg-profile.t
- t/driver/Pg.t
- t/driver/mysql.t
- t/encapsulation.t
- t/exception.t
- t/followups.t
- t/functions.t
- t/methods.t
- t/missing_coverage.t
- t/output.t
- t/pod.t
- t/profiler.t
- t/result.t
- t/schema.t
- t/security.t
- t/sql-abstract.t
- t/trace_profile.t
- t/transaction.t
- t/upsert.t