The introduction of the Fauna Schema Language (FSL) and DevOps tooling integrations enables developers to streamline their database management and operations by bringing modern CI/CD principles to the enterprise operational database. FSL simplifies database operations with a declarative schema, integration with version control, automated schema migrations, and rich command set for interacting with Fauna. The design practice of 'Schema as Code' approaches treating server and infrastructure setup as software code that can be versioned, tested, and managed, now applies to the database setup, schema, and sometimes even data. This approach allows developers to take advantage of modern software development practices, such as auditability through Pull Requests and automation through CI/CD pipelines, and apply them to the database. The Fauna Schema Language enables users to fully define their database schema as a set of .fsl files, which are managed in the same fashion as application code. FSL simplifies database operations by offering declarative schema, integrating with existing version control, automated schema migrations, and rich command set for interacting with Fauna. The enhanced Fauna CLI tooling provides seamless development workflow right from the terminal with a comprehensive set of commands that can accomplish any task.